Skip to content

Commit deb1352

Browse files
authored
build: release 4.3.0 (#31)
1 parent 927e7d9 commit deb1352

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.2.0"
2+
".": "4.3.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [4.3.0](https://github.com/nobbyfix/AzurLane-AssetDownloader/compare/v4.2.0...v4.3.0) (2026-05-25)
4+
5+
6+
### Features
7+
8+
* allow path based extraction using absolute filepaths ([77e53a2](https://github.com/nobbyfix/AzurLane-AssetDownloader/commit/77e53a2e38f8afe6cf74895ed003412786e840dd))
9+
* automatically extract linked versions ([77e53a2](https://github.com/nobbyfix/AzurLane-AssetDownloader/commit/77e53a2e38f8afe6cf74895ed003412786e840dd))
10+
* create new extraction subdirectory if one for the current version already exists ([256f558](https://github.com/nobbyfix/AzurLane-AssetDownloader/commit/256f558937ee23276edf0e36c427787004cc99db))
11+
* extract files into seperate subfolder using version as name ([77e53a2](https://github.com/nobbyfix/AzurLane-AssetDownloader/commit/77e53a2e38f8afe6cf74895ed003412786e840dd))
12+
* use new file naming scheme for duplicate file names on extract ([927e7d9](https://github.com/nobbyfix/AzurLane-AssetDownloader/commit/927e7d9dee0d299a8749e4c64127a8cbde702574))
13+
14+
15+
### Bug Fixes
16+
17+
* add version type to extraction directory name ([9758beb](https://github.com/nobbyfix/AzurLane-AssetDownloader/commit/9758beba6e951987d2148fd17d762843bb560771))
18+
* link with latest difflog version instead of latest server version ([526637f](https://github.com/nobbyfix/AzurLane-AssetDownloader/commit/526637f1ee6661c11f39a73a0fb18e2576f0fa7e))
19+
320
## [4.2.0](https://github.com/nobbyfix/AzurLane-AssetDownloader/compare/v4.1.0...v4.2.0) (2026-05-16)
421

522

src/azlassets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.0" # x-release-please-version
1+
__version__ = "4.3.0" # x-release-please-version

0 commit comments

Comments
 (0)