File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased]
7+ <!-- ## [Unreleased] -->
8+ ## [ 0.5.0] - 2023-04-17
89### Changed
910- ** Breaking Changed** : ` format ` and ` write ` take ` Context ` trait, this breaks type inference
1011- ` i ` allows access to outer variables
@@ -42,7 +43,8 @@ Fixed URLs in Cargo.toml
4243## [ 0.1.0] - 2023-02-27
4344Initial release
4445
45- [ unreleased ] : https://github.com/ModProg/interpolator/compare/v0.4.0...HEAD
46+ [ unreleased ] : https://github.com/ModProg/interpolator/compare/v0.5.0...HEAD
47+ [ 0.5.0 ] : https://github.com/ModProg/interpolator/compare/v0.4.0...v0.5.0
4648[ 0.4.0 ] : https://github.com/ModProg/interpolator/compare/v0.3.0...v0.4.0
4749[ 0.3.0 ] : https://github.com/ModProg/interpolator/compare/v0.2.0...v0.3.0
4850[ 0.2.0 ] : https://github.com/ModProg/interpolator/compare/v0.1.2...v0.2.0
Original file line number Diff line number Diff line change 11[package ]
22name = " interpolator"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44edition = " 2021"
55categories = [" template-engine" , " value-formatting" , " text-processing" ]
66description = " runtime format strings, fully compatible with std's macros"
You can’t perform that action at this time.
0 commit comments