Skip to content

Commit 3000bc1

Browse files
committed
chore: Release interpolator version 0.5.0
1 parent 81a38e0 commit 3000bc1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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-
## [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
4344
Initial 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interpolator"
3-
version = "0.4.0"
3+
version = "0.5.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)