Skip to content

Commit 7478ef8

Browse files
committed
release: Version 0.5.0
1 parent b2934db commit 7478ef8

File tree

8 files changed

+25
-10
lines changed

8 files changed

+25
-10
lines changed

.age.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version = "0.4.0"
1+
current_version = "0.5.0"
22

33
[[files]]
44
path = "Cargo.toml"

.github/release-body.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Release updated `age` as built binary.
22

3-
- Changelog is https://github.com/attakei/age-cli/blob/v0.4.0/CHANGELOG.md
4-
- Source changes is https://github.com/attakei/age-cli/compare/v0.3.0...v0.4.0
3+
- Changelog is https://github.com/attakei/age-cli/blob/v0.5.0/CHANGELOG.md
4+
- Source changes is https://github.com/attakei/age-cli/compare/v0.4.0...v0.5.0

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v0.5.0 - 2024-03-22 (JST)
4+
5+
### Features
6+
7+
- Support multiline replacement.
8+
- `init` command support `--preset` option to customize first `.age.toml`.
9+
10+
### Misc
11+
12+
- Rename project (binary name is not changed).
13+
- Transfer repository into personarl space.
14+
- Add management target by age.
15+
- Update documents.
16+
- Launch documentation site on https://age.attakei.dev/
17+
318
## v0.4.0 - 2024-03-21 (JST)
419

520
### Breaking chances

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 = "age-cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55

66
[[bin]]

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
project = "age"
66
copyright = "2024, attakei.net"
77
author = "Kazuya Takei"
8-
release = "0.4.0"
8+
release = "0.5.0"
99

1010
# -- General configuration
1111
extensions = ["myst_parser", "sphinx.ext.todo"]

doc/usage/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ You can download and use from GitHub Releases.
1616

1717
.. code:: console
1818
19-
curl -L https://github.com/attakei/age-cli/releases/download/v0.4.0/age-v0.4.0_linux.zip | bsdtar x -
20-
chmod +x age-v0.4.0/age
21-
cp age-v0.4.0/age /path/to/bin/
19+
curl -L https://github.com/attakei/age-cli/releases/download/v0.5.0/age-v0.5.0_linux.zip | bsdtar x -
20+
chmod +x age-v0.5.0/age
21+
cp age-v0.5.0/age /path/to/bin/
2222
2323
Using Cargo
2424
-----------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "age-cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "This is virtual project for testing and documentation."
55
authors = [
66
{ name = "Kazuya Takei", email = "myself@attakei.net" }

0 commit comments

Comments
 (0)