File tree 2 files changed +5
-3
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased]
7
+ <!-- ## [Unreleased] -->
8
+ ## [ 0.5.0] - 2023-04-17
8
9
### Changed
9
10
- ** Breaking Changed** : ` format ` and ` write ` take ` Context ` trait, this breaks type inference
10
11
- ` i ` allows access to outer variables
@@ -42,7 +43,8 @@ Fixed URLs in Cargo.toml
42
43
## [ 0.1.0] - 2023-02-27
43
44
Initial release
44
45
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
46
48
[ 0.4.0 ] : https://github.com/ModProg/interpolator/compare/v0.3.0...v0.4.0
47
49
[ 0.3.0 ] : https://github.com/ModProg/interpolator/compare/v0.2.0...v0.3.0
48
50
[ 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 1
1
[package ]
2
2
name = " interpolator"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
edition = " 2021"
5
5
categories = [" template-engine" , " value-formatting" , " text-processing" ]
6
6
description = " runtime format strings, fully compatible with std's macros"
You can’t perform that action at this time.
0 commit comments