From ec1771d88610248173c48ed5b554a5beba828a3b Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sun, 8 Dec 2024 15:42:27 +0100 Subject: [PATCH] 1.21.2 --- .github/workflows/{main-1.21.1.yml => main-1.21.2.yml} | 4 ++-- Changelog.md | 6 +++++- README.md | 2 +- vcpkg.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) rename .github/workflows/{main-1.21.1.yml => main-1.21.2.yml} (97%) diff --git a/.github/workflows/main-1.21.1.yml b/.github/workflows/main-1.21.2.yml similarity index 97% rename from .github/workflows/main-1.21.1.yml rename to .github/workflows/main-1.21.2.yml index 5090626a..94c8cba1 100644 --- a/.github/workflows/main-1.21.1.yml +++ b/.github/workflows/main-1.21.2.yml @@ -1,6 +1,6 @@ name: FFNx -run-name: 1.21.1.${{ github.run_number }} +run-name: 1.21.2.${{ github.run_number }} on: workflow_dispatch: @@ -50,7 +50,7 @@ jobs: run: ".github/workflows/build.ps1" shell: pwsh env: - _BUILD_VERSION: "1.21.1.${{ github.run_number }}" + _BUILD_VERSION: "1.21.2.${{ github.run_number }}" GITHUB_PACKAGES_PAT: ${{ secrets.GITHUB_TOKEN }} - name: Publish PR artifacts if: env._IS_GITHUB_RELEASE == 'false' && success() diff --git a/Changelog.md b/Changelog.md index aa5a95e6..f4cdf3a8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Next -- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.21.1...master +- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.21.2...master + +# 1.21.2 + +- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.21.1...1.21.2 ## FF7 diff --git a/README.md b/README.md index 671f94c0..7ab56006 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![License](https://img.shields.io/github/license/julianxhokaxhiu/FFNx) ![Overall Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/total?label=Overall%20Downloads) ![Latest Stable Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/latest/total?label=Latest%20Stable%20Downloads&sort=semver) ![Latest Canary Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/canary/total?label=Latest%20Canary%20Downloads) ![GitHub Actions Workflow Status](https://github.com/julianxhokaxhiu/FFNx/actions/workflows/main-1.21.1.yml/badge.svg?branch=master) +![License](https://img.shields.io/github/license/julianxhokaxhiu/FFNx) ![Overall Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/total?label=Overall%20Downloads) ![Latest Stable Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/latest/total?label=Latest%20Stable%20Downloads&sort=semver) ![Latest Canary Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/canary/total?label=Latest%20Canary%20Downloads) ![GitHub Actions Workflow Status](https://github.com/julianxhokaxhiu/FFNx/actions/workflows/main-1.21.2.yml/badge.svg?branch=master)
diff --git a/vcpkg.json b/vcpkg.json index 816f9efb..f6517ae6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ffnx", - "version": "1.21.1", + "version": "1.21.2", "builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1", "dependencies": [ "bgfx",