Skip to content

Commit 6104695

Browse files
committed
0.2.0
1 parent ed2030f commit 6104695

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
715
## [0.1.2] - 2023-02-27
8-
Fixed include in Cargo.toml
16+
Fixed `include` in Cargo.toml
917

1018
## [0.1.1] - 2023-02-27
1119
Fixed URLs in Cargo.toml
1220

1321
## [0.1.0] - 2023-02-27
1422
Initial release
1523

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
1726
[0.1.2]: https://github.com/ModProg/interpolator/v0.1.2
1827
[0.1.1]: https://github.com/ModProg/interpolator/v0.1.1
1928
[0.1.0]: https://github.com/ModProg/interpolator/v0.1.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interpolator"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2021"
55
categories = ["template-engine", "value-formatting", "text-processing"]
66
description = "runtime format strings, fully compatible with std's macros"

0 commit comments

Comments
 (0)