Skip to content

Commit c0df8f8

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Added CHANGELOG
Clean git after test for dry run publish without warning
1 parent b0fdd56 commit c0df8f8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
run: |
2222
dart test
2323
chmod +x scripts/*
24-
./scripts/run_snippets.sh
24+
./scripts/run_snippets.sh
25+
git clean -df
2526
env:
2627
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}
2728

CHANGELOG.md

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

3+
## 4.25.1
4+
5+
* [Aspose.BarCode.Cloud API](https://api.aspose.cloud/v4.0/barcode/swagger/spec) version changed to v4.0.
6+
7+
* Breaking changes of all methods and models.
8+
9+
* For Aspose.BarCode.Cloud v3.0 API use package 1.24.x version.
10+
311
## 1.24.12
412

513
* December 2024 Release

0 commit comments

Comments
 (0)