Skip to content

Commit

Permalink
chore(main): release babyrite 0.9.2 (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: m1sk9-bot[bot] <142238915+m1sk9-bot[bot]@users.noreply.github.com>
  • Loading branch information
m1sk9-bot[bot] authored and m1sk9 committed Sep 2, 2024
1 parent e7b5d14 commit 873f044
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.1"
".": "0.9.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.2](https://github.com/m1sk9/babyrite/compare/babyrite-v0.9.1...babyrite-v0.9.2) (2024-09-02)


### Bug Fixes

* 開発環境で起動できない問題の修正 ([#198](https://github.com/m1sk9/babyrite/issues/198)) ([e7b5d14](https://github.com/m1sk9/babyrite/commit/e7b5d14d22a6a3c2c60a0403ca9f91910c33729d))
* `CONFIG_FILE_PATH` に設定ファイルへのパスを相対で指定することが必須になりました

## [0.9.1](https://github.com/m1sk9/babyrite/compare/babyrite-v0.9.0...babyrite-v0.9.1) (2024-08-29)


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 = "babyrite"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/m1sk9/babyrite"
Expand Down
11 changes: 9 additions & 2 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog

Updates are available for major versions only.

The full version should be checked on [GitHub](https://github.com/m1sk9/babyrite/releases).

----

<!-- toc -->

## v0.9.2 (Backport: v0.9.1)

[released on 2024/09/02](https://github.com/m1sk9/babyrite/releases/tag/babyrite-v0.9.2)

**Fixed**

- [#198](https://github.com/m1sk9/babyrite/pull/198): Fixed a bug that prevented babyrite from starting in the development environment.
- The `CONFIG_FILE_PATH` environment variable must now be set to a path relative to the configuration file.

## v0.9.0

[released on 2024/08/22](https://github.com/m1sk9/babyrite/releases/tag/babyrite-v0.9.0)
Expand Down

0 comments on commit 873f044

Please sign in to comment.