Skip to content

Commit

Permalink
chore: Release interpolator version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Apr 17, 2023
1 parent 81a38e0 commit 3000bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
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]
<!-- ## [Unreleased] -->
## [0.5.0] - 2023-04-17
### Changed
- **Breaking Changed**: `format` and `write` take `Context` trait, this breaks type inference
- `i` allows access to outer variables
Expand Down Expand Up @@ -42,7 +43,8 @@ Fixed URLs in Cargo.toml
## [0.1.0] - 2023-02-27
Initial release

[unreleased]: https://github.com/ModProg/interpolator/compare/v0.4.0...HEAD
[unreleased]: https://github.com/ModProg/interpolator/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/ModProg/interpolator/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/ModProg/interpolator/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/ModProg/interpolator/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/ModProg/interpolator/compare/v0.1.2...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interpolator"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
categories = ["template-engine", "value-formatting", "text-processing"]
description = "runtime format strings, fully compatible with std's macros"
Expand Down

0 comments on commit 3000bc1

Please sign in to comment.