Skip to content

Commit

Permalink
Prepare 0.4.0 (#103)
Browse files Browse the repository at this point in the history
* bump version

* update changelog

* update readme container tags

* update examples lockfiles
  • Loading branch information
sebadob authored Jan 8, 2025
1 parent 9739e73 commit 78d4013
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 42 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## UNRELEASED
## v0.4.0

### Updates

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["hiqlite"]
exclude = ["examples"]

[workspace.package]
version = "0.4.0-20250108"
version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Sebastian Dobe <[email protected]"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ spec:
spec:
containers:
- name: hiqlite
image: ghcr.io/sebadob/hiqlite:0.3.3
image: ghcr.io/sebadob/hiqlite:0.4.0
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -639,7 +639,7 @@ spec:
spec:
containers:
- name: hiqlite-proxy
image: ghcr.io/sebadob/hiqlite:0.3.3
image: ghcr.io/sebadob/hiqlite:0.4.0
command: [ "/app/hiqlite", "proxy" ]
imagePullPolicy: Always
securityContext:
Expand Down
21 changes: 10 additions & 11 deletions examples/bench/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/cache-only/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions examples/sqlite-only/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions examples/walkthrough/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hiqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ spec:
spec:
containers:
- name: hiqlite
image: ghcr.io/sebadob/hiqlite:0.3.3
image: ghcr.io/sebadob/hiqlite:0.4.0
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -639,7 +639,7 @@ spec:
spec:
containers:
- name: hiqlite-proxy
image: ghcr.io/sebadob/hiqlite:0.3.3
image: ghcr.io/sebadob/hiqlite:0.4.0
command: [ "/app/hiqlite", "proxy" ]
imagePullPolicy: Always
securityContext:
Expand Down

0 comments on commit 78d4013

Please sign in to comment.