Skip to content

Commit 3507698

Browse files
committed
v0.11.0
1 parent 0c6a2fb commit 3507698

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.11.0] -- UNRELEASED
3+
## [0.11.0] -- 2023-01-12
44

55
### Highlights
66

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ project(nheko LANGUAGES CXX C)
107107
include(GNUInstallDirs)
108108

109109
set(CPACK_PACKAGE_VERSION_MAJOR "0")
110-
set(CPACK_PACKAGE_VERSION_MINOR "10")
111-
set(CPACK_PACKAGE_VERSION_PATCH "2")
110+
set(CPACK_PACKAGE_VERSION_MINOR "11")
111+
set(CPACK_PACKAGE_VERSION_PATCH "0")
112112
set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR})
113113
set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR})
114114
set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH})
@@ -186,13 +186,13 @@ if(USE_BUNDLED_COEURL)
186186
FetchContent_Declare(
187187
coeurl
188188
GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git
189-
GIT_TAG f989f3c54c1ca15e29c5bd6b1ce4efbcb3fd8078
189+
GIT_TAG v0.3.0
190190
)
191191
FetchContent_MakeAvailable(coeurl)
192192
set(COEURL_TARGET_NAME coeurl::coeurl)
193193
else()
194194
find_package(PkgConfig)
195-
pkg_check_modules(coeurl IMPORTED_TARGET coeurl>=0.1.1)
195+
pkg_check_modules(coeurl IMPORTED_TARGET coeurl>=0.3.0)
196196
if (TARGET PkgConfig::coeurl)
197197
set(COEURL_TARGET_NAME PkgConfig::coeurl)
198198
endif()
@@ -595,13 +595,13 @@ if(USE_BUNDLED_MTXCLIENT)
595595
FetchContent_Declare(
596596
MatrixClient
597597
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
598-
GIT_TAG 79dcdbb8daad2efb06147e136702a12cd8877aba
598+
GIT_TAG v0.9.0
599599
)
600600
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
601601
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
602602
FetchContent_MakeAvailable(MatrixClient)
603603
else()
604-
find_package(MatrixClient 0.8.1 REQUIRED)
604+
find_package(MatrixClient 0.9.0 REQUIRED)
605605
endif()
606606

607607
if (VOIP)

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
version: 0.10.2-{build}
3+
version: 0.11.0-{build}
44

55
configuration: Release
66
image: Visual Studio 2022
@@ -29,8 +29,8 @@ build_script:
2929
# VERSION format: branch-master/branch-1.2
3030
# INSTVERSION format: x.y.z
3131
# WINVERSION format: 9999.0.0.123/1.2.0.234
32-
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.10.2
33-
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.10.2
32+
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.11.0
33+
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.11.0
3434
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
3535
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
3636
# VERSION format: v1.2.3/v1.3.4
@@ -93,8 +93,8 @@ after_build:
9393
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
9494
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
9595
# Amend version and date
96-
- sed -i "s/__VERSION__/0.10.2/" installer\config\config.xml
97-
- sed -i "s/__VERSION__/0.10.2/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
96+
- sed -i "s/__VERSION__/0.11.0/" installer\config\config.xml
97+
- sed -i "s/__VERSION__/0.11.0/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
9898
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
9999
# Copy nheko data
100100
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y

io.github.NhekoReborn.Nheko.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ modules:
170170
- -Ddefault_library=static
171171
name: coeurl
172172
sources:
173-
- commit: f989f3c54c1ca15e29c5bd6b1ce4efbcb3fd8078
174-
#tag: v0.2.1
173+
- commit: 2a20a129240a1a017b37b6874faab499ca4e523b
174+
tag: v0.3.0
175175
type: git
176176
url: https://nheko.im/nheko-reborn/coeurl.git
177177
- config-opts:
@@ -182,8 +182,8 @@ modules:
182182
buildsystem: cmake-ninja
183183
name: mtxclient
184184
sources:
185-
- commit: 79dcdbb8daad2efb06147e136702a12cd8877aba
186-
#tag: v0.8.2
185+
- commit: f30d77a719f3deb66b17b99f3585ee919dbbe120
186+
tag: v0.9.0
187187
type: git
188188
url: https://github.com/Nheko-Reborn/mtxclient.git
189189
- config-opts:

resources/nheko.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<url type="homepage">https://github.com/Nheko-Reborn/nheko</url>
6262
<update_contact>https://github.com/Nheko-Reborn</update_contact>
6363
<releases>
64+
<release date="2023-01-12" version="0.11.0"/>
6465
<release date="2022-09-28" version="0.10.2"/>
6566
<release date="2022-09-07" version="0.10.1"/>
6667
<release date="2022-07-22" version="0.10.0"/>

0 commit comments

Comments
 (0)