Skip to content

Commit

Permalink
chore: Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jun 12, 2024
1 parent 32f049f commit d53ffaa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.15.0] - 2024-06-12

### Added

- Support binary protocol ([#33])
Expand Down
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["breakwater-core", "breakwater-parser", "breakwater"]
resolver = "2"

[workspace.package]
version = "0.14.0"
version = "0.15.0"
license = "Beerware"
authors = ["Sebastian Bernauer <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -35,8 +35,8 @@ trait-variant = "0.1"
vncserver = "0.2"

# Uses the given path when used locally, and uses the specified version from crates.io when published.
breakwater-core = { path = "breakwater-core", version = "0.14" }
breakwater-parser = { path = "breakwater-parser", version = "0.14" }
breakwater-core = { path = "breakwater-core", version = "0.15.0" }
breakwater-parser = { path = "breakwater-parser", version = "0.15.0" }

[profile.dev]
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
pixelflut:
image: sbernauer/breakwater:0.14.0
image: sbernauer/breakwater:0.15.0
# build: ..
restart: unless-stopped
entrypoint:
Expand Down

0 comments on commit d53ffaa

Please sign in to comment.