Skip to content

Commit

Permalink
[cenv] - 1.2.1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
JonShort committed Jan 15, 2023
1 parent d1259d7 commit a6d977f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.1] - 2023-01-15
### Changed
- Binary size reduced following optimisations from [min-sized-rust](https://github.com/johnthagen/min-sized-rust) guide

Expand All @@ -26,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- MVP functionality

[Unreleased]: https://github.com/JonShort/cenv/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/JonShort/cenv/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/JonShort/cenv/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/JonShort/cenv/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/JonShort/cenv/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/JonShort/cenv/compare/v0.0.1...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "cenv"
version = "1.2.0"
version = "1.2.1"
authors = ["JonShort <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit a6d977f

Please sign in to comment.