Skip to content

Commit 56492ed

Browse files
committed
0.7.0+4 released
1 parent c89a271 commit 56492ed

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
- name: Update GITHUB_RUN_NUMBER to version
3434
run: ./update_version.sh
3535

36+
- name: Prepare pub credentials
37+
run: mkdir -p $XDG_CONFIG_HOME/dart && echo '${{ secrets.CREDENTIAL_JSON }}' > "$XDG_CONFIG_HOME/dart/pub-credentials.json"
38+
3639
- name: Publish package
3740
run: |
38-
mkdir -p ~/.config/dart
39-
echo ${{ secrets.CREDENTIAL_JSON }} > ~/.config/dart/pub-credentials.json
4041
flutter pub publish --dry-run
4142
flutter pub publish --force
4243

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Changes to the project are tracked using build numbers behind the version number
1111

1212
## [Unreleased]
1313

14+
## [0.7.0+4] - 2024-02-01
15+
16+
- Updated unofficial surrealdb.wasm released for surrealdb v1.1.1.
17+
1418
## [0.7.0+3] - 2023-12-12
1519

1620
- Added transaction support.

RELEASE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Added transaction support.
2-
- Implemented `set()`, `unset()`, `signup()`, `signin()`, `patch()`, `version()` and `health()`.
3-
- Migrated from `wasm-flate` to `fflate` package.
1+
- Updated unofficial surrealdb.wasm released for surrealdb v1.1.1.

0 commit comments

Comments
 (0)