Skip to content

Commit

Permalink
release: Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Apr 5, 2024
1 parent 3a37819 commit f9f0b3f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .age.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version = "0.5.0"
current_version = "0.6.0"

[[files]]
path = "Cargo.toml"
Expand Down
2 changes: 1 addition & 1 deletion .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release updated `age` as built binary.

- Changelog is https://github.com/attakei/age-cli/blob/v0.5.0/CHANGELOG.md
- Changelog is https://github.com/attakei/age-cli/blob/v0.6.0/CHANGELOG.md
- Source changes is https://github.com/attakei/age-cli/compare/v0.4.0...v0.5.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.6.0 - 2024-04-06 (JST)

### Features

- Find parent configuration files.
- Support extra toml file for configuration.
- `Cargo.toml` for Rust project.
- `pyproject.toml` for Python project.

## v0.5.0 - 2024-03-22 (JST)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "age-cli"
version = "0.5.0"
version = "0.6.0"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project = "age"
copyright = "2024, attakei.net"
author = "Kazuya Takei"
release = "0.5.0"
release = "0.6.0"

# -- General configuration
extensions = ["myst_parser", "sphinx.ext.todo"]
Expand Down
6 changes: 3 additions & 3 deletions doc/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ You can download and use from GitHub Releases.

.. code:: console
curl -L https://github.com/attakei/age-cli/releases/download/v0.5.0/age-v0.5.0_linux.zip | bsdtar x -
chmod +x age-v0.5.0/age
cp age-v0.5.0/age /path/to/bin/
curl -L https://github.com/attakei/age-cli/releases/download/v0.6.0/age-v0.6.0_linux.zip | bsdtar x -
chmod +x age-v0.6.0/age
cp age-v0.6.0/age /path/to/bin/
Using Cargo
-----------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "age-cli"
version = "0.5.0"
version = "0.6.0"
description = "This is virtual project for testing and documentation."
authors = [
{ name = "Kazuya Takei", email = "myself@attakei.net" }
Expand Down

0 comments on commit f9f0b3f

Please sign in to comment.