Skip to content

Commit

Permalink
Increment version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfm committed Nov 15, 2024
1 parent 255486f commit ca35fa0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .ci/deploy/localenv/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ services:
- opendut_local

carl:
image: "ghcr.io/eclipse-opendut/opendut-carl:0.3.0"
image: "ghcr.io/eclipse-opendut/opendut-carl:0.3.1"
command: ["/opt/opendut-carl/opendut-carl"]
restart: unless-stopped
depends_on:
Expand Down
36 changes: 18 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.4.0-dev"
version = "0.3.1"
edition = "2021"
rust-version = "1.78"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion doc/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.3.1

### Fixed
* Restarting EDGAR while a cluster is deployed doesn't lead to an invalid state anymore.
Expand Down

0 comments on commit ca35fa0

Please sign in to comment.