Skip to content

Commit 94f65e8

Browse files
committed
Release version 1.0.1
1 parent b18847b commit 94f65e8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
## [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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "captur"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Tim Oram <dev@mitmaro.ca>"]
55
description = "Macro to capture whole structs from disjoint fields in a closure."
66
repository = "https://github.com/MitMaro/captur"

0 commit comments

Comments
 (0)