Skip to content

Commit

Permalink
release: Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 22, 2024
1 parent 10ffead commit 1a2fa27
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 10 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.4.0"
current_version = "0.5.0"

[[files]]
path = "Cargo.toml"
Expand Down
4 changes: 2 additions & 2 deletions .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.4.0/CHANGELOG.md
- Source changes is https://github.com/attakei/age-cli/compare/v0.3.0...v0.4.0
- Changelog is https://github.com/attakei/age-cli/blob/v0.5.0/CHANGELOG.md
- Source changes is https://github.com/attakei/age-cli/compare/v0.4.0...v0.5.0
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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

### Features

- Support multiline replacement.
- `init` command support `--preset` option to customize first `.age.toml`.

### Misc

- Rename project (binary name is not changed).
- Transfer repository into personarl space.
- Add management target by age.
- Update documents.
- Launch documentation site on https://age.attakei.dev/

## v0.4.0 - 2024-03-21 (JST)

### Breaking chances
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.4.0"
version = "0.5.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.4.0"
release = "0.5.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.4.0/age-v0.4.0_linux.zip | bsdtar x -
chmod +x age-v0.4.0/age
cp age-v0.4.0/age /path/to/bin/
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/
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.4.0"
version = "0.5.0"
description = "This is virtual project for testing and documentation."
authors = [
{ name = "Kazuya Takei", email = "myself@attakei.net" }
Expand Down

0 comments on commit 1a2fa27

Please sign in to comment.