Skip to content

Commit

Permalink
chore(release): prepare for 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Feb 23, 2024
1 parent 3fbeeb9 commit bc4b9c3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file.

## [0.1.25] - 2024-02-23

### Build

- Move files to tooling

### Ci

- Update to use Dockerfile in tooling and use docker cache tag
- Add missing \
- Update release tooling
- Login to github registry before pulling cache
- Use ghcr.io
- Use new docker build
- Add tooling/Dockerfile
- Use correct secrets
- Set constraints
- Use updated actions

## [0.1.24] - 2024-02-22

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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 rapiddb-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapiddb-web"
version = "0.1.24" # prepare_release.sh
version = "0.1.25" # prepare_release.sh
publish = true
edition = "2021"
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion rapiddb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapiddb"
version = "0.1.24" # prepare_release.sh
version = "0.1.25" # prepare_release.sh
publish = true
edition = "2021"
license = "AGPL-3.0"
Expand Down

0 comments on commit bc4b9c3

Please sign in to comment.