Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepbluev7 committed Jun 10, 2024
1 parent 1e384d4 commit 457bc52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.10.0] -- unreleased
## [0.10.0] -- 2024-06-11

- Authentication for media (MSC3916, experimental)
- Intentional mentions and associated push rules (event_property_is and event_property_contains)
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ option(USE_BUNDLED_RE2 "Use the bundled version of re2." ${HUNTER_ENABLED})

if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.12)
project(matrix_client
VERSION 0.9.2
VERSION 0.10.0
DESCRIPTION "Client API library for Matrix."
HOMEPAGE_URL https://github.com/Nheko-Reborn/mtxclient)
else()
project(matrix_client
VERSION 0.9.2
VERSION 0.10.0
DESCRIPTION "Client API library for Matrix.")
endif()

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'mtxclient',
'cpp',
version : '0.9.2',
version : '0.10.0',
meson_version : '>=0.57.0',
license : 'MIT',
default_options : 'cpp_std=c++20'
Expand Down

0 comments on commit 457bc52

Please sign in to comment.