Skip to content

Commit b9c1655

Browse files
committed
Release 0.9.2
1 parent 6bb41b1 commit b9c1655

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
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.9.2] -- unreleased
3+
## [0.9.2] -- 0.9.2
44

55
### Highlights
66

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ include(GNUInstallDirs)
106106

107107
set(CPACK_PACKAGE_VERSION_MAJOR "0")
108108
set(CPACK_PACKAGE_VERSION_MINOR "9")
109-
set(CPACK_PACKAGE_VERSION_PATCH "1")
109+
set(CPACK_PACKAGE_VERSION_PATCH "2")
110110
set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR})
111111
set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR})
112112
set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH})
@@ -117,7 +117,7 @@ fix_project_version()
117117

118118
# Set additional project information
119119
set(COMPANY "Nheko")
120-
set(COPYRIGHT "Copyright (c) 2021 Nheko Contributors")
120+
set(COPYRIGHT "Copyright (c) 2022 Nheko Contributors")
121121
set(IDENTIFIER "io.github.nheko-reborn.nheko")
122122

123123
add_project_meta(META_FILES_TO_INCLUDE)
@@ -405,7 +405,7 @@ if(USE_BUNDLED_MTXCLIENT)
405405
FetchContent_Declare(
406406
MatrixClient
407407
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
408-
GIT_TAG a3fec0ae53762a8a482cde50c9709671bcf0548d
408+
GIT_TAG v0.7.0
409409
)
410410
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
411411
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ build_script:
3131
# VERSION format: branch-master/branch-1.2
3232
# INSTVERSION format: x.y.z
3333
# WINVERSION format: 9999.0.0.123/1.2.0.234
34-
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.9.1
35-
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.1
34+
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.9.2
35+
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.2
3636
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
3737
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
3838
# VERSION format: v1.2.3/v1.3.4
@@ -94,8 +94,8 @@ after_build:
9494
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
9595
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
9696
# Amend version and date
97-
- sed -i "s/__VERSION__/0.9.1/" installer\config\config.xml
98-
- sed -i "s/__VERSION__/0.9.1/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
97+
- sed -i "s/__VERSION__/0.9.2/" installer\config\config.xml
98+
- sed -i "s/__VERSION__/0.9.2/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
9999
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
100100
# Copy nheko data
101101
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y

io.github.NhekoReborn.Nheko.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ modules:
189189
buildsystem: cmake-ninja
190190
name: mtxclient
191191
sources:
192-
- commit: a3fec0ae53762a8a482cde50c9709671bcf0548d
193-
#tag: v0.6.2
192+
- commit: 9eb9c152faf3461237d4b97ffe12503e367c8809
193+
tag: v0.7.0
194194
type: git
195195
url: https://github.com/Nheko-Reborn/mtxclient.git
196196
- config-opts:

resources/nheko.appdata.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2020 mujx, nheko reborn developers -->
2+
<!-- Copyright 2020-2022 mujx, nheko reborn developers -->
33
<component type="desktop">
44
<id>nheko.desktop</id>
55
<metadata_license>CC0-1.0</metadata_license>
@@ -56,6 +56,7 @@
5656
<url type="homepage">https://github.com/Nheko-Reborn/nheko</url>
5757
<update_contact>https://github.com/Nheko-Reborn</update_contact>
5858
<releases>
59+
<release date="2021-03-09" version="0.9.2"/>
5960
<release date="2021-12-21" version="0.9.1"/>
6061
<release date="2021-11-19" version="0.9.0"/>
6162
<release date="2021-04-23" version="0.8.2"/>

0 commit comments

Comments
 (0)