Skip to content

Commit f9f0b3f

Browse files
committed
release: Version 0.6.0
1 parent 3a37819 commit f9f0b3f

File tree

8 files changed

+18
-9
lines changed

8 files changed

+18
-9
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.5.0"
1+
current_version = "0.6.0"
22

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

.github/release-body.md

Lines changed: 1 addition & 1 deletion
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.5.0/CHANGELOG.md
3+
- Changelog is https://github.com/attakei/age-cli/blob/v0.6.0/CHANGELOG.md
44
- Source changes is https://github.com/attakei/age-cli/compare/v0.4.0...v0.5.0

CHANGELOG.md

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

3+
## v0.6.0 - 2024-04-06 (JST)
4+
5+
### Features
6+
7+
- Find parent configuration files.
8+
- Support extra toml file for configuration.
9+
- `Cargo.toml` for Rust project.
10+
- `pyproject.toml` for Python project.
11+
312
## v0.5.0 - 2024-03-22 (JST)
413

514
### Features

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.5.0"
3+
version = "0.6.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.5.0"
8+
release = "0.6.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.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/
19+
curl -L https://github.com/attakei/age-cli/releases/download/v0.6.0/age-v0.6.0_linux.zip | bsdtar x -
20+
chmod +x age-v0.6.0/age
21+
cp age-v0.6.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.5.0"
3+
version = "0.6.0"
44
description = "This is virtual project for testing and documentation."
55
authors = [
66
{ name = "Kazuya Takei", email = "[email protected]" }

0 commit comments

Comments
 (0)