File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ 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- ## [ Unreleased ]
6+ ## [ 1.0.1 ] - 2024-07-21
77### Fixed
88- Correct the minimum supported Rust version to match Rust 2021 ([ #13 ] ( https://github.com/MitMaro/captur/pull/13 ) )
99
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2121### Added
2222- Initial project release
2323
24- [ Unreleased ] : https://github.com/MitMaro/captur/compare/0.1.0...HEAD
24+ [ Unreleased ] : https://github.com/MitMaro/captur/compare/1.0.1...HEAD
25+ [ 1.0.1 ] : https://github.com/MitMaro/captur/compare/1.0.0...1.0.1
2526[ 1.0.0 ] : https://github.com/MitMaro/captur/compare/0.1.0...1.0.0
2627[ 0.1.0 ] : https://github.com/MitMaro/captur/commit/e63285301746be5f3545e646a087ee54ca83f98e
Original file line number Diff line number Diff line change 11[package ]
22name = " captur"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55description = " Macro to capture whole structs from disjoint fields in a closure."
66repository = " https://github.com/MitMaro/captur"
You can’t perform that action at this time.
0 commit comments