Skip to content

Commit 7a7ddac

Browse files
committed
Release version 1.0.0
1 parent c704b40 commit 7a7ddac

4 files changed

Lines changed: 11 additions & 86 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/coverage
22
/target
3+
Cargo.lock

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
The 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

Cargo.lock

Lines changed: 0 additions & 85 deletions
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "version-track"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
authors = ["Tim Oram <dev@mitmaro.ca>"]
55
description = "Library used to track changes to complex data, when direct comparison or hashing is too expensive."
66
repository = "https://github.com/MitMaro/version-track"

0 commit comments

Comments
 (0)