Skip to content

Commit

Permalink
chore(main): release babyrite 0.8.0 (#135)
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] committed May 19, 2024
1 parent 0159367 commit d1f047c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.7.6"
".": "0.8.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.8.0](https://github.com/m1sk9/babyrite/compare/babyrite-v0.7.6...babyrite-v0.8.0) (2024-05-19)


### Breaking Changes

- Sentry のサポートを削除 ([#134](https://github.com/m1sk9/babyrite/issues/134))
- v0.8.0 から Sentry が利用できなくなります. Sentry を使用したエラー監視を行いたい場合は自前でのビルドを推奨します.

### Features

- ベースイメージを Debian 12 (bookworm) に更新 ([#131](https://github.com/m1sk9/babyrite/issues/131))

## [0.7.6](https://github.com/m1sk9/babyrite/compare/babyrite-v0.7.5...babyrite-v0.7.6) (2024-05-14)


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.7.6"
version = "0.8.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/m1sk9/babyrite"
Expand Down

0 comments on commit d1f047c

Please sign in to comment.