Compare commits

..

7 Commits

Author SHA1 Message Date
CI
357d3a0df6 chore: release version v1.75.19 2025-08-11 11:25:52 +00:00
CI
5ce6022761 chore: release version v1.75.18 2025-08-11 11:25:17 +00:00
CI
235a0c5aea chore: release version v1.75.17 2025-08-11 11:24:44 +00:00
CI
9b81fa6ebb chore: release version v1.75.16 2025-08-11 11:24:16 +00:00
Dmitry Popov
8792d5ab0e Merge branch 'main' of github.com:wanderer-industries/wanderer 2025-08-11 13:23:40 +02:00
Dmitry Popov
d46ed0c078 Merge branch 'main' of github.com:wanderer-industries/wanderer 2025-08-11 13:23:36 +02:00
CI
73c433fcd2 chore: release version v1.75.15 2025-08-11 11:23:28 +00:00
4 changed files with 36 additions and 1 deletions

View File

@@ -43,6 +43,11 @@ jobs:
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get Release Tag
id: get-latest-tag
uses: "WyriHaximus/github-action-get-previous-tag@v1"

View File

@@ -43,6 +43,11 @@ jobs:
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get Release Tag
id: get-latest-tag
uses: "WyriHaximus/github-action-get-previous-tag@v1"

View File

@@ -2,6 +2,31 @@
<!-- changelog -->
## [v1.75.19](https://github.com/wanderer-industries/wanderer/compare/v1.75.18...v1.75.19) (2025-08-11)
## [v1.75.18](https://github.com/wanderer-industries/wanderer/compare/v1.75.17...v1.75.18) (2025-08-11)
## [v1.75.17](https://github.com/wanderer-industries/wanderer/compare/v1.75.16...v1.75.17) (2025-08-11)
## [v1.75.16](https://github.com/wanderer-industries/wanderer/compare/v1.75.15...v1.75.16) (2025-08-11)
## [v1.75.15](https://github.com/wanderer-industries/wanderer/compare/v1.75.14...v1.75.15) (2025-08-11)
## [v1.75.14](https://github.com/wanderer-industries/wanderer/compare/v1.75.13...v1.75.14) (2025-08-11)

View File

@@ -3,7 +3,7 @@ defmodule WandererApp.MixProject do
@source_url "https://github.com/wanderer-industries/wanderer"
@version "1.75.14"
@version "1.75.19"
def project do
[