File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,25 @@ 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
+ ## [ 0.2.0] - 2023-02-28
8
+
9
+ ### Added
10
+ - Added ` i ` iter format
11
+
12
+ ### Changed
13
+ - ** Breaking Change** : Improved naming of error enums and variants
14
+
7
15
## [ 0.1.2] - 2023-02-27
8
- Fixed include in Cargo.toml
16
+ Fixed ` include ` in Cargo.toml
9
17
10
18
## [ 0.1.1] - 2023-02-27
11
19
Fixed URLs in Cargo.toml
12
20
13
21
## [ 0.1.0] - 2023-02-27
14
22
Initial release
15
23
16
- [ unreleased ] : https://github.com/ModProg/interpolator/compare/v0.1.2...HEAD
24
+ [ unreleased ] : https://github.com/ModProg/interpolator/compare/v0.2.0...HEAD
25
+ [ 0.2.0 ] : https://github.com/ModProg/interpolator/v0.2.0
17
26
[ 0.1.2 ] : https://github.com/ModProg/interpolator/v0.1.2
18
27
[ 0.1.1 ] : https://github.com/ModProg/interpolator/v0.1.1
19
28
[ 0.1.0 ] : https://github.com/ModProg/interpolator/v0.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " interpolator"
3
- version = " 0.1.2 "
3
+ version = " 0.2.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