From 6affb1ce42d648a69bf03a4363b584b7e7285728 Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Mon, 18 Mar 2024 03:43:01 +0900 Subject: [PATCH] release: Version 0.3.0 Refs: #2 --- .age.toml | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.age.toml b/.age.toml index 4881e1e..3c53759 100644 --- a/.age.toml +++ b/.age.toml @@ -1,4 +1,4 @@ -current_version = "0.2.1" +current_version = "0.3.0" [[files]] path = "Cargo.toml" diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1c369..5c7df6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.3.0 - 2024-03-18 (JST) + +### Features + +- `search` and `replace` (of `[[files]]` in config) are supported context values. (#2) +- Add `now` about execute datetime into context values. (#2) + ## v0.2.1 - 2024-03-15 (JST) ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 8b0e3aa..583bfe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "age" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 629833d..8cc859a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "age" -version = "0.2.1" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html