Skip to content

Commit

Permalink
V2024.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 27, 2024
1 parent a5fdc24 commit 58b3cd6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
pkgs: boost-json curl gettext-libintl glib gtest libsecret maddy openssl
triplet: x64-linux
revision: b322364f06308bdd24823f9d8f03fe0cc86fd46f
revision: 80d54ff62d528339c626a6fbc3489a7f25956ade
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
pkgs: boost-json curl gettext-libintl glib gtest maddy openssl
triplet: arm64-osx
revision: b322364f06308bdd24823f9d8f03fe0cc86fd46f
revision: 80d54ff62d528339c626a6fbc3489a7f25956ade
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand All @@ -48,4 +48,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ${{github.workspace}}/install
name: macOS-arm64-Release
name: macOS-arm64-Release
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
pkgs: boost-json curl gettext-libintl gtest maddy sqlcipher
triplet: x64-windows
revision: b322364f06308bdd24823f9d8f03fe0cc86fd46f
revision: 80d54ff62d528339c626a6fbc3489a7f25956ade
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2024.12.1 (next)
## 2024.12.1
### Breaking Changes
None
### New APIs
Expand Down Expand Up @@ -327,4 +327,4 @@ None
None
### Fixes
#### Update
- Improved `Nickvision::Update::Updater` API
- Improved `Nickvision::Update::Updater` API
2 changes: 1 addition & 1 deletion manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

libnick provides Nickvision apps with a common set of cross-platform APIs for managing system and desktop app functionality such as network management, taskbar icons, translations, app updates, and more.

## 2024.12.1 (next)
## 2024.12.1
### Breaking Changes
None
### New APIs
Expand Down

0 comments on commit 58b3cd6

Please sign in to comment.