Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
version-compare
Browse files
Oct 31, 2025
Bump version to 0.2.1
· 0c261ec9
Tim Visée
authored
Oct 31, 2025
View commits for tag v0.2.1
v0.2.1
0c261ec9
Hide warning for tarpaulin cfg attribute in latest Rust version
· 21305cb0
Tim Visée
authored
Oct 31, 2025
21305cb0
Mar 16, 2024
Bump version number in README
· 52e754d6
Tim Visée
authored
Mar 16, 2024
52e754d6
Bump version to 0.2.0
· b7894458
Tim Visée
authored
Mar 16, 2024
View commits for tag v0.2.0
v0.2.0
b7894458
Bump MSRV to 1.56.0 with Rust edition 2021
· d1be1b72
Tim Visée
authored
Mar 16, 2024
d1be1b72
Aug 20, 2023
Run CI on shared GitLab runners
· 4aa9ef98
Tim Visée
authored
Aug 20, 2023
4aa9ef98
Feb 08, 2023
Make Manifest Copy
· 548bd90c
Tim Visée
authored
Feb 08, 2023
548bd90c
GNU numbers are ordered differently, update GNU logic and test suite
· 3f7fa154
Tim Visée
authored
Feb 08, 2023
3f7fa154
Disable cache in CI
· 896298d0
Tim Visée
authored
Feb 08, 2023
896298d0
Run Linux jobs on custom runner in GitLab CI
· 7970fd11
Tim Visée
authored
Feb 08, 2023
7970fd11
Fix compilation error on MSRV
· 77e6b8b4
Tim Visée
authored
Feb 08, 2023
77e6b8b4
Mark manifest struct as non-exhaustive
· fa8fde1c
Tim Visée
authored
Feb 08, 2023
fa8fde1c
Add manifest option to enable GNU based ordering
· 3f209673
Tim Visée
authored
Feb 08, 2023
3f209673
Specify version manifest in test suite, use manifest in comparison logic
· 1e626f2d
Tim Visée
authored
Feb 08, 2023
1e626f2d
Merge match blocks in version comparison logic
· de8fc05e
Tim Visée
authored
Feb 08, 2023
de8fc05e
Resolve clippy warnings
· 4c528849
Tim Visée
authored
Feb 08, 2023
4c528849
Define clippy MSRV version
· 82dc34d4
Tim Visée
authored
Feb 08, 2023
82dc34d4
Feb 07, 2023
Rework part comparison logic, use pattern matching
· 47cfc0b1
Tim Visée
authored
Feb 07, 2023
47cfc0b1
Add From<Ordering> to Cmp, deprecate from_ord
· 4228de03
Tim Visée
authored
Feb 07, 2023
4228de03
Nov 10, 2022
Remove invalid GitLab CI coverage processing
· 9a965b44
Tim Visée
authored
Nov 10, 2022
9a965b44
Bump version to 0.1.1
· d96c2b3d
Tim Visée
authored
Nov 10, 2022
View commits for tag v0.1.1
v0.1.1
d96c2b3d
Add issue link to updated test suite
· 77ef6abd
Tim Visée
authored
Nov 10, 2022
77ef6abd
Resolve clippy warnings
· 8678a335
Tim Visée
authored
Nov 10, 2022
8678a335
Prevent panic on number-string parsing having number larger than i32
· 71b84882
Tim Visée
authored
Nov 10, 2022
71b84882
Mar 28, 2022
Bump MSRV to 1.43.0
· 0b5ec943
Tim Visée
authored
Mar 28, 2022
0b5ec943
Resolve clippy warnings
· 549aeee5
Tim Visée
authored
Mar 28, 2022
549aeee5
Oct 15, 2021
Fix broken if-statement in CI
· e0d748b6
Tim Visée
authored
Oct 15, 2021
e0d748b6
Always test code coverage, but only upload on protected branches
· 2d80d61e
Tim Visée
authored
Oct 15, 2021
2d80d61e
Limit files included in crate release
· bb9ba798
Tim Visée
authored
Oct 15, 2021
bb9ba798
Update coverage badge
· 58fe2460
Tim Visée
authored
Oct 15, 2021
58fe2460
Clean up README and documentation
· 3f363c93
Tim Visée
authored
Oct 15, 2021
3f363c93
Simplify examples somewhat
· 411ed713
Tim Visée
authored
Oct 15, 2021
411ed713
Oct 14, 2021
Bump version to 0.1.0
· fdb4225e
Tim Visée
authored
Oct 14, 2021
View commits for tag v0.1.0
v0.1.0
fdb4225e
General cleanup
· 818675e9
Tim Visée
authored
Oct 14, 2021
818675e9
Refactor Version, use broader signatures, remove obsolete methods
· dfc4b610
Tim Visée
authored
Oct 14, 2021
dfc4b610
Use AsRef<str> in static compare functions
· 0577f5f3
Tim Visée
authored
Oct 14, 2021
0577f5f3
Refactor version part, rename to Part, use Cow string
· 343e625d
Tim Visée
authored
Oct 14, 2021
343e625d
Refactor version manifest, greatly simplify struct
· eaf795af
Tim Visée
authored
Oct 14, 2021
eaf795af
Refactor static compare functions, pull out of struct
· 72c1da46
Tim Visée
authored
Oct 14, 2021
72c1da46
Refactor CompOp, rename to Cmp, remove obsolete functions, make Copy
· c67ae6ad
Tim Visée
authored
Oct 14, 2021
c67ae6ad
Loading