Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MitMaro committed Jul 21, 2024
1 parent b18847b commit 94f65e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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/).

## [Unreleased]
## [1.0.1] - 2024-07-21
### Fixed
- Correct the minimum supported Rust version to match Rust 2021 ([#13](https://github.com/MitMaro/captur/pull/13))

Expand All @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added
- Initial project release

[Unreleased]: https://github.com/MitMaro/captur/compare/0.1.0...HEAD
[Unreleased]: https://github.com/MitMaro/captur/compare/1.0.1...HEAD
[1.0.1]: https://github.com/MitMaro/captur/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/MitMaro/captur/compare/0.1.0...1.0.0
[0.1.0]: https://github.com/MitMaro/captur/commit/e63285301746be5f3545e646a087ee54ca83f98e
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "captur"
version = "1.0.0"
version = "1.0.1"
authors = ["Tim Oram <[email protected]>"]
description = "Macro to capture whole structs from disjoint fields in a closure."
repository = "https://github.com/MitMaro/captur"
Expand Down

0 comments on commit 94f65e8

Please sign in to comment.