File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/coverage
22/target
3+ Cargo.lock
Original file line number Diff line number Diff line change @@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 1.0.0] - 2024-07-21
7+
8+ ### Added
9+ - Defined minimum supported Rust version ([ #19 ] ( https://github.com/MitMaro/version-track/pull/19 ) )
10+
611## 0.1.0 - 2022-11-30
712
813### Added
914- Initial project release
15+
16+ [ Unreleased ] : https://github.com/MitMaro/version-track/compare/1.0.0...HEAD
17+ [ 1.0.0 ] : https://github.com/MitMaro/version-track/compare/0.1.0...1.0.0
18+ [ 0.1.0 ] : https://github.com/MitMaro/version-track/commit/934c1dd01d5b834cdd15ec46496f6507cc09fbd4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[package ]
22name = " version-track"
3- version = " 0.1 .0"
3+ version = " 1.0 .0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55description = " Library used to track changes to complex data, when direct comparison or hashing is too expensive."
66repository = " https://github.com/MitMaro/version-track"
You can’t perform that action at this time.
0 commit comments