From a6afe63562aa712d4a9a9a0aa483aa322eee4d1d Mon Sep 17 00:00:00 2001 From: Thibault Meyer Date: Mon, 27 Nov 2023 19:48:44 +0100 Subject: [PATCH] Prepare for Release 1.3.0 Signed-off-by: Thibault Meyer --- .github/workflows/package-release.yml | 4 ++-- CMakeLists.txt | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 3b79dab..a29b995 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -108,10 +108,10 @@ jobs: --data-binary @$FILE "https://uploads.github.com/repos/thibaultmeyer/libsnowflakeid/releases/$RELEASE_ID/assets?name=$FILE_BASENAME" build-linux-centos: - name: CentOS + name: AlmaLinux runs-on: ubuntu-latest - container: 'centos:latest' + container: 'almalinux:latest' steps: - name: Clone repository diff --git a/CMakeLists.txt b/CMakeLists.txt index b08f45f..bd8f0d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ INCLUDE(LeadingZero) # Configure version.h file SET(LIBSNOWFLAKEID_VERSION_MAJOR "1") -SET(LIBSNOWFLAKEID_VERSION_MINOR "2") +SET(LIBSNOWFLAKEID_VERSION_MINOR "3") SET(LIBSNOWFLAKEID_VERSION_PATCH "0") LEADING_ZERO(PADDED_VERSION_MINOR 3 ${LIBSNOWFLAKEID_VERSION_MINOR}) diff --git a/README.md b/README.md index 349c2cf..d30d22c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # libsnowflakeid -[![Latest release](https://img.shields.io/badge/latest_release-1.2.0-orange.svg)](https://github.com/thibaultmeyer/libsnowflakeid/releases) +[![Latest release](https://img.shields.io/badge/latest_release-1.3.0-orange.svg)](https://github.com/thibaultmeyer/libsnowflakeid/releases) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/thibaultmeyer/libsnowflakeid/blob/master/LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/thibaultmeyer/libsnowflakeid/badge)](https://www.codefactor.io/repository/github/thibaultmeyer/libsnowflakeid) [![Repository size](https://img.shields.io/github/repo-size/thibaultmeyer/libsnowflakeid.svg?logo=git)](https://github.com/thibaultmeyer/libsnowflakeid)