Commit Graph

  • efd44e16e2 Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/version-rs into odin odin Nathan Fisher 2024-02-08 18:56:37 -0500
  • 1aebef2c02 Make serde optional simple-enum Nathan Fisher 2024-02-08 18:54:44 -0500
  • b40178ede2 Merge branch 'simple-enum' of git.hitchhiker-linux.org:jeang3nie/version-rs into simple-enum Nathan Fisher 2024-02-03 00:50:17 -0500
  • 3d1380b971 Add test for Version::to_string Nathan Fisher 2024-02-03 00:34:31 -0500
  • 626a5c288f Add test for impl PartialCmp for Version Nathan Fisher 2024-02-02 11:43:46 -0500
  • 0fdfecf842 Add tests for impl FromStr for Version Nathan Fisher 2024-02-01 22:50:03 -0500
  • 17e52c2b01 Fix failing doc test, adjust README Nathan Fisher 2024-01-31 22:59:31 -0500
  • 98b74bd2a7 Initial refactor Nathan Fisher 2024-01-31 22:36:20 -0500
  • 12ac9a84ce Add README, give prerelease numbers 12 bits rather than 10 Nathan Fisher 2024-01-22 01:10:33 -0500
  • ab572849c6 Add tests for FromStr for GitRev and Version, rethink GitRev slightly in the process of making tests pass Nathan Fisher 2024-01-21 19:12:16 -0500
  • 9255c3e1f2 Refactor and fix Clippy lints Nathan Fisher 2024-01-15 19:02:53 -0500
  • 32dd349c70 Add helper methods to PreRelease Nathan Fisher 2024-01-10 17:33:05 -0500
  • 00b606947f Add tests for Extended Nathan Fisher 2024-01-10 16:50:32 -0500
  • 6159bb321b Rework Version into tuple struct with included Arch Nathan Fisher 2024-01-10 13:16:08 -0500
  • 2247d2c572 Add Arch enum Nathan Fisher 2024-01-09 20:58:28 -0500
  • 935f10cb9d impl fmt::Display and FromStr for Version Nathan Fisher 2024-01-08 19:11:37 -0500
  • 748a786632 impl PartialEq and PartialOrd for all types Nathan Fisher 2024-01-08 19:02:19 -0500
  • 298185d8d4 Add GitRev struct and Version enum; Begin impl PartialOrd where LHS type doesn't match RHS type Nathan Fisher 2024-01-08 00:46:21 -0500
  • 88de80e0d3 Add Rapid and Simple versioning, fix logic error in Extended Nathan Fisher 2024-01-07 10:14:11 -0500
  • 31d3bc960b Finish conversion from u64 to SemVer and add test Nathan Fisher 2024-01-07 09:55:41 -0500
  • dd243ab155 Add Extended struct; Finish writing tests for SemVer Nathan Fisher 2024-01-06 19:17:24 -0500
  • 0c192f4b82 Add methods and tests for SemVer Nathan Fisher 2024-01-06 12:53:25 -0500
  • 825592175a Add tests for SemVer parsing Nathan Fisher 2024-01-05 19:13:08 -0500
  • 8009575765 Add SemVer struct and related impl's Nathan Fisher 2024-01-05 19:05:34 -0500
  • bb187d4f8c Add test for impl Ord for PreRelease, fix test failure for impl Eq for PreRelease Nathan Fisher 2024-01-05 12:48:33 -0500
  • e687e27a5b Add test for equality for PreRelease::Alpha TODO: Fix failing test.. Nathan Fisher 2024-01-05 11:46:50 -0500
  • 1d9242480a Add tests for parsing prereleases Nathan Fisher 2024-01-05 10:22:54 -0500
  • bb12ee81f5 Simplify parsing NonZeroU16 Nathan Fisher 2024-01-05 09:59:32 -0500
  • db5805b8db Initial commit Nathan Fisher 2024-01-05 09:22:51 -0500