Skip to content

Commit b828124

Browse files
committed
build: create release 0.601.0
Update changelog and raise CMake project version to 0.601.0.
1 parent d7cdccd commit b828124

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22
All notable changes to Wrapland will be documented in this file.
3+
## [0.601.0](https://github.com/winft/wrapland/compare/v0.600.0...v0.601.0) (2024-06-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **client:** subsurfaces managed with references instead of QPointers
9+
10+
### Bug Fixes
11+
12+
* **server:** add missing header for libc++ after 7d0be514abe7 ([13e266f](https://github.com/winft/wrapland/commit/13e266fe4370c7a35b16075e0bd5f84b3f51084c))
13+
* **server:** clean up lambda includes ([0f72c97](https://github.com/winft/wrapland/commit/0f72c97cea3068623d753044e5207e93ee42c4fe))
14+
* **server:** forward and move arguments correctly ([e98c8e4](https://github.com/winft/wrapland/commit/e98c8e44c4c07182d0101135dfaff9db064dca2c))
15+
16+
17+
### Refactors
18+
19+
* **client:** handle subsurfaces without QPointer ([f3a01c2](https://github.com/winft/wrapland/commit/f3a01c25f2859496d54a2ae19ba0a6c1c3cbadc0))
20+
* **server:** replace rewind with fseek ([630343d](https://github.com/winft/wrapland/commit/630343d61c4671ebc0c5d4d1c40cbf91f9beaf2f))
21+
322
## [0.600.0](https://github.com/winft/wrapland/compare/wrapland@0.527.0-beta.0...v0.600.0) (2024-02-27)
423

524

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22

3-
project(Wrapland VERSION 0.600.0)
3+
project(Wrapland VERSION 0.601.0)
44

55
# ECM setup
66
include(FeatureSummary)

0 commit comments

Comments
 (0)