Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = "sqlite_backup"
version = "0.4.0"
version = "0.4.1"
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 build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.0
v0.4.1
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.4.1 - 2023-10-10
#### Bug Fixes
- **(ci)** able to trigger workflow within a workflow (#37) - (6365ea8) - Richard Hao
- build docker image on tags created (#34) - (80feb5c) - Richard Hao
#### Miscellaneous Chores
- Revert "release(version): Bump to v0.4.1 (#35)" (#36) - (56d520a) - Richard Hao
#### Releases
- **(version)** Bump to v0.4.1 (#35) - (e069389) - github-actions[bot]

- - -

## v0.4.0 - 2023-10-10
#### Features
- beauty the log (#32) - (2d6cfe0) - Richard Hao
Expand Down
12 changes: 8 additions & 4 deletions docs/LATEST_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#### Features
- 2d6cfe0b728fa143924270117c026ff4e0c23e6e - beauty the log (#32) - Richard Hao
#### Bug Fixes
- 6365ea8002a637f397c8f6170270f176d3a5e994 - **(ci)** able to trigger workflow within a workflow (#37) - Richard Hao
- 80feb5cab1311dd0fdd453c113ce983a92c7b552 - build docker image on tags created (#34) - Richard Hao

#### Miscellaneous Chores
- 9906651c1be9eed8a339a23f44cf6ec8645a0047 - **(deps)** bump tokio from 1.32.0 to 1.33.0 (#31) - dependabot[bot]
- 9055ac253dbd32822f86fac15641aaceba6a1e68 - **(version)** v0.4.0 - release-bot
- 53b7f784f8e88d04668b3a2e94a18506be165d11 - **(version)** v0.4.1 - release-bot
- 56d520a8ba93ee803112bbdcf1b444c932d3f49e - Revert "release(version): Bump to v0.4.1 (#35)" (#36) - Richard Hao

#### Releases
- e06938912f0b25a2f28b16ac9df23c980f42c23d - **(version)** Bump to v0.4.1 (#35) - github-actions[bot]