Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MitMaro committed Jul 21, 2024
1 parent c704b40 commit 7a7ddac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 86 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/coverage
/target
Cargo.lock
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2024-07-21

### Added
- Defined minimum supported Rust version ([#19](https://github.com/MitMaro/version-track/pull/19))

## 0.1.0 - 2022-11-30

### Added
- Initial project release

[Unreleased]: https://github.com/MitMaro/version-track/compare/1.0.0...HEAD
[1.0.0]: https://github.com/MitMaro/version-track/compare/0.1.0...1.0.0
[0.1.0]: https://github.com/MitMaro/version-track/commit/934c1dd01d5b834cdd15ec46496f6507cc09fbd4
85 changes: 0 additions & 85 deletions Cargo.lock

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "version-track"
version = "0.1.0"
version = "1.0.0"
authors = ["Tim Oram <[email protected]>"]
description = "Library used to track changes to complex data, when direct comparison or hashing is too expensive."
repository = "https://github.com/MitMaro/version-track"
Expand Down

0 comments on commit 7a7ddac

Please sign in to comment.