Skip to content

Commit

Permalink
release: Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 20, 2024
1 parent 11ff098 commit a4d8ad7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

## Breaking chances

- Remove `version` subcommand (use `--version` intead)

## Features

- Print error these cases:
- Run `init` if configuration file is already exists.
- Run except for `init` if configuration file is not exists or is invalid foramt.

## v0.3.0 - 2024-03-18 (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"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
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.3.0"
release = "0.4.0"

# -- General configuration
extensions = ["myst_parser", "sphinx.ext.todo"]
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"
version = "0.3.0"
version = "0.4.0"
description = "This is virtual project for testing and documentation."
authors = [
{ name = "Kazuya Takei", email = "[email protected]" }
Expand Down

0 comments on commit a4d8ad7

Please sign in to comment.