Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Dec 5, 2024
1 parent fbe9bec commit 999127e
Show file tree
Hide file tree
Showing 23 changed files with 36 additions and 36 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:

env:
artifact_name: build_android
STOREPASS: ${{secrets.STOREPASS}}
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
ANDROID_ABI: ${{matrix.ANDROID_ABI}}
ANDROID_PLATFORM: android-35
Expand Down Expand Up @@ -112,6 +111,10 @@ jobs:

- name: build RabbitCommon
working-directory: ${{github.workspace}}/build
env:
QT_ANDROID_KEYSTORE_PATH: ${{env.SOURCE_DIR}}/RabbitCommon/RabbitCommon.keystore
QT_ANDROID_KEYSTORE_ALIAS: rabbitcommon
QT_ANDROID_KEYSTORE_STORE_PASS: ${{secrets.STOREPASS}}
run: |
echo "ls ${Qt6_DIR}/.."
ls ${Qt6_DIR}/..
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: build
env:
artifact_path: artifact_path
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION_PRE: v2.2.5
RabbitCommon_VERSION: v2.3.0
RabbitCommon_VERSION_PRE: v2.2.6

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_doxygen
DOXYGEN_VERSION: 1.9.8
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
artifact_name: build_doxygen

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
INSTALL_DIR: ${{github.workspace}}/.cache/install
qt_modules: ${{matrix.qt_modules}}
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
artifact_name: build_macos

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}\.cache\source
TOOSL_DIR: ${{github.workspace}}\.cache\tools
INSTALL_DIR: ${{github.workspace}}\.cache\install
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
artifact_name: build_mingw
CMAKE_GENERATOR: "MinGW Makefiles"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
CMAKE_GENERATOR: "Visual Studio 17 2022"
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
qt_modules: ${{matrix.qt_modules}}
artifact_name: build_msvc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_qmake
RabbitCommon_VERSION: 2.2.6
RabbitCommon_VERSION: 2.3.0

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu
RabbitCommon_VERSION: 2.2.6
RabbitCommon_VERSION: 2.3.0
artifact_name: build_ubuntu

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion App/App.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ isEmpty(RabbitCommon_VERSION) {
}
}
isEmpty(RabbitCommon_VERSION){
RabbitCommon_VERSION="2.2.6"
RabbitCommon_VERSION="2.3.0"
}
message("RabbitCommon_VERSION:$$RabbitCommon_VERSION")
DEFINES += RabbitCommon_VERSION=\"\\\"$$quote($$RabbitCommon_VERSION)\\\"\"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()

# 参见:
# 语义化版本: https://semver.org/lang/zh-CN/
SET(RabbitCommon_VERSION "2.2.6")
SET(RabbitCommon_VERSION "2.3.0")
# Find Git Version Patch
IF(EXISTS "${CMAKE_SOURCE_DIR}/.git")
if(NOT GIT)
Expand Down
2 changes: 1 addition & 1 deletion FileBrowser/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="org.KangLinStudio.FileBrowser"
android:installLocation="auto"
android:versionCode="0"
android:versionName="2.2.6">
android:versionName="2.3.0">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion MimeTypeBrowser/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="org.KangLinStudio.MimeTypeBrowser"
android:installLocation="auto"
android:versionCode="0"
android:versionName="2.2.6">
android:versionName="2.3.0">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ See: [FrmUpdater.h](Src/FrmUpdater/FrmUpdater.h)
<?xml version="1.0" encoding="UTF-8"?>
<REDIRECT>
<VERSION>v2.2.6</VERSION>
<VERSION>v2.3.0</VERSION>
<WINDOWS>
<URL>url</URL>
</WINDOWS>
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Qt因为版权原因,没有提供openssl动态库,所以必须自己复制op

<?xml version="1.0" encoding="UTF-8"?>
<REDIRECT>
<VERSION>v2.2.6</VERSION>
<VERSION>v2.3.0</VERSION>
<WINDOWS>
<URL>url</URL>
</WINDOWS>
Expand Down
2 changes: 1 addition & 1 deletion Src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ include(CMakeDependentOption)
include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/RabbitCommonUtils.cmake)
include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Download.cmake)

SET(RabbitCommon_VERSION "2.2.6")
SET(RabbitCommon_VERSION "2.3.0")
SET(RABBITCOMMON_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/..)
GET_VERSION(SOURCE_DIR ${RABBITCOMMON_SOURCE_DIR}
OUT_VERSION RabbitCommon_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Src/Src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ isEmpty(RabbitCommon_VERSION) {
}
}
isEmpty(RabbitCommon_VERSION){
RabbitCommon_VERSION="2.2.6"
RabbitCommon_VERSION="2.3.0"
}
message("RabbitCommon RabbitCommon_VERSION:$$RabbitCommon_VERSION; RabbitCommon_REVISION:$$RabbitCommon_REVISION")
DEFINES += RabbitCommon_VERSION=\"\\\"$$quote($$RabbitCommon_VERSION)\\\"\" RabbitCommon_REVISION=\"\\\"$$quote($$RabbitCommon_REVISION)\\\"\"
Expand Down
2 changes: 1 addition & 1 deletion Update/update.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"redirect": [
{
"version":"2.2.6"
"version":"2.3.0"
}
]
}
2 changes: 1 addition & 1 deletion Update/update.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<REDIRECT>
<VERSION>v2.2.6</VERSION>
<VERSION>v2.3.0</VERSION>
</REDIRECT>
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 作者:康林<[email protected]>

#TODO: Change version
version: 'v2.2.6.{build}'
version: "v2.3.0.{build}"

environment:
STOREPASS:
Expand All @@ -10,7 +10,7 @@ environment:
secure: EoBPaPuJ6u9UDYpQWjKhUg==
QT_PASSWORD:
secure: ejAYGgB+3sBispRxUSr0xw==
RabbitCommon_VERSION: "v2.2.6"
RabbitCommon_VERSION: "v2.3.0"

matrix:
##### msvc 2015 ########
Expand Down
7 changes: 2 additions & 5 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
rabbitcommon (2.2.6) unstable; urgency=medium
rabbitcommon (2.3.0) unstable; urgency=medium

* Use installed cmark in linux
* Modify debian package

-- Kang Lin <[email protected]> Wed, 19 Jun 2024 15:09:58 +0800
-- Kang Lin <[email protected]> Thu, 05 Dec 2024 16:14:47 +0800
14 changes: 7 additions & 7 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ if [ -f ${SOURCE_DIR}/vcpkg.json ]; then
fi


CHANGLOG_TMP=${SOURCE_DIR}/debian/changelog.tmp
CHANGLOG_FILE=${SOURCE_DIR}/debian/changelog
echo "rabbitcommon (${DEBIAN_VERSION}) unstable; urgency=medium" > ${CHANGLOG_FILE}
echo "" >> ${CHANGLOG_FILE}
echo "`git log --pretty=format:' * %s' ${PRE_TAG}..HEAD`" >> ${CHANGLOG_FILE}
echo "" >> ${CHANGLOG_FILE}
echo " -- `git log --pretty=format:'%an <%ae>' HEAD^..HEAD` `date --rfc-email`" >> ${CHANGLOG_FILE}
#CHANGLOG_TMP=${SOURCE_DIR}/debian/changelog.tmp
#CHANGLOG_FILE=${SOURCE_DIR}/debian/changelog
#echo "rabbitcommon (${DEBIAN_VERSION}) unstable; urgency=medium" > ${CHANGLOG_FILE}
#echo "" >> ${CHANGLOG_FILE}
#echo "`git log --pretty=format:' * %s' ${PRE_TAG}..HEAD`" >> ${CHANGLOG_FILE}
#echo "" >> ${CHANGLOG_FILE}
#echo " -- `git log --pretty=format:'%an <%ae>' HEAD^..HEAD` `date --rfc-email`" >> ${CHANGLOG_FILE}

MAJOR_VERSION=`echo ${DEBIAN_VERSION}|cut -d "." -f 1`
#sed -i "s/android:versionCode=.*android/android:versionCode=\"${MAJOR_VERSION}\" android/g" ${SOURCE_DIR}/Tests/android/AndroidManifest.xml
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Snapcraft.yaml schema: https://snapcraft.io/docs/snapcraft-yaml-schema
name: rabbitcommon # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '2.0.6' # just for humans, typically '1.2+git' or '1.3.2'
version: '2.3.0'
license: GPL-3.0+
contact: [email protected]
donation:
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabbitcommon",
"version-string": "2.2.6",
"version-string": "2.3.0",
"license": "GPL-3.0",
"homepage": "https://github.com/KangLin/RabbitCommon",

Expand Down

0 comments on commit 999127e

Please sign in to comment.