Skip to content

Commit

Permalink
chore: Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed May 30, 2024
1 parent a08b06d commit 97fa223
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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.14.0] - 2024-05-30 at GPN 22 :)

### Added

- Command line option `--connections-per-ip` that allows limiting the number of connections per ip address. Default is unlimited ([#22])
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.

2 changes: 1 addition & 1 deletion 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.13.0"
version = "0.14.0"
license = "Beerware"
authors = ["Sebastian Bernauer <bernauerse@web.de>"]
edition = "2021"
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.13.0
image: sbernauer/breakwater:0.14.0
# build: ..
restart: unless-stopped
entrypoint:
Expand Down

0 comments on commit 97fa223

Please sign in to comment.