Skip to content

Commit 0fbeb99

Browse files
committed
chore: prepare v0.2.1 release
1 parent 9ff7a06 commit 0fbeb99

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1] - 2026-02-26
9+
10+
### Changed
11+
12+
- Replaced panics with user-friendly error messages for invalid templates and missing files
13+
814
## [0.2.0] - 2026-02-26
915

1016
### Added
@@ -47,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4753
- Jinja2 template rendering with environment variables
4854
- `split` filter for processing delimited values
4955

56+
[0.2.1]: https://github.com/jtdowney/rsubst/releases/tag/v0.2.1
5057
[0.2.0]: https://github.com/jtdowney/rsubst/releases/tag/v0.2.0
5158
[0.1.4]: https://github.com/jtdowney/rsubst/releases/tag/v0.1.4
5259
[0.1.3]: https://github.com/jtdowney/rsubst/releases/tag/v0.1.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsubst"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
license = "MIT"
66
authors = ["John Downey <jdowney@gmail.com>"]

0 commit comments

Comments
 (0)