Skip to content

Commit

Permalink
Release 0.16.2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer authored Dec 30, 2024
1 parent a4a2dc1 commit fc61bba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.16.2] - 2024-12-30

### Fixed

- Ignore spurious zero-sized window buffers in native display sink ([#42])
- Use physical size for winit window in native display sink ([#42])

[#42]: https://github.com/sbernauer/breakwater/pull/42

## [0.16.1] - 2024-09-02

### Fixed
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.

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-parser", "breakwater"]
resolver = "2"

[workspace.package]
version = "0.16.1"
version = "0.16.2"
license = "Beerware"
authors = ["Sebastian Bernauer <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -36,8 +36,8 @@ vncserver = "0.2"
winit = "0.30"

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

[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.16.1
image: sbernauer/breakwater:0.16.2
# build: ..
restart: unless-stopped
entrypoint:
Expand Down

0 comments on commit fc61bba

Please sign in to comment.