Skip to content

Commit

Permalink
release: Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Apr 13, 2024
1 parent 8e14fd9 commit 167f414
Show file tree
Hide file tree
Showing 8 changed files with 16 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.6.1"
current_version = "0.7.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.6.1/CHANGELOG.md
- Source changes is https://github.com/attakei/age-cli/compare/v0.6.0...v0.6.1
- Changelog is https://github.com/attakei/age-cli/blob/v0.7.0/CHANGELOG.md
- Source changes is https://github.com/attakei/age-cli/compare/v0.6.1...v0.7.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.7.0 - 2024-04-13 (JST)

### Features

- Support `regex` option in ``[[files]]`` to search by regular expression. (#8)

## v0.6.1 - 2024-04-08 (JST)

### Misc
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.6.1"
version = "0.7.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.6.1"
release = "0.7.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.6.1/age-v0.6.1_linux.zip | bsdtar x -
chmod +x age-v0.6.1/age
cp age-v0.6.1/age /path/to/bin/
curl -L https://github.com/attakei/age-cli/releases/download/v0.7.0/age-v0.7.0_linux.zip | bsdtar x -
chmod +x age-v0.7.0/age
cp age-v0.7.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.6.1"
version = "0.7.0"
description = "This is virtual project for testing and documentation."
authors = [
{ name = "Kazuya Takei", email = "[email protected]" }
Expand Down

0 comments on commit 167f414

Please sign in to comment.