Skip to content

Commit c411bee

Browse files
committed
chore(release): publish packages
- rusty_chacha@0.7.0 - rusty_chacha_dart@0.7.0
1 parent 2e04438 commit c411bee

File tree

12 files changed

+44
-10
lines changed

12 files changed

+44
-10
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-10-01
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`rusty_chacha` - `v0.7.0`](#rusty_chacha---v070)
19+
- [`rusty_chacha_dart` - `v0.7.0`](#rusty_chacha_dart---v070)
20+
21+
---
22+
23+
#### `rusty_chacha` - `v0.7.0`
24+
25+
- Bump "rusty_chacha" to `0.7.0`.
26+
27+
#### `rusty_chacha_dart` - `v0.7.0`
28+
29+
- Bump "rusty_chacha_dart" to `0.7.0`.
30+
31+
632
## 2024-10-01
733

834
### Changes

packages/rusty_chacha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.0
2+
3+
- Bump "rusty_chacha" to `0.7.0`.
4+
15
## 0.5.1+3
26

37
- Update a dependency to the latest release.

packages/rusty_chacha/android/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(rustyChachaVersion "rusty_chacha-v0.6.2") # generated; do not edit
1+
set(rustyChachaVersion "rusty_chacha-v0.7.0") # generated; do not edit
22

33
# Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here
44
# to download the Android binaries into src/main/jniLibs/ and does not build anything.

packages/rusty_chacha/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
flutter:
1010
sdk: flutter
11-
rusty_chacha: ^0.5.1+3
11+
rusty_chacha: ^0.7.0
1212

1313
# For local testing
1414
#dependency_overrides:

packages/rusty_chacha/ios/rusty_chacha.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
release_tag_name = 'rusty_chacha-v0.6.2' # generated; do not edit
1+
release_tag_name = 'rusty_chacha-v0.7.0' # generated; do not edit
22

33
# We cannot distribute the XCFramework alongside the library directly,
44
# so we have to fetch the correct version here.

packages/rusty_chacha/linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(rustyChachaVersion "rusty_chacha-v0.6.2") # generated; do not edit
1+
set(rustyChachaVersion "rusty_chacha-v0.7.0") # generated; do not edit
22

33
# The Flutter tooling requires that developers have CMake 3.10 or later
44
# installed. You should not increase this version, as doing so will cause

packages/rusty_chacha/macos/rusty_chacha.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
release_tag_name = 'rusty_chacha-v0.6.2' # generated; do not edit
1+
release_tag_name = 'rusty_chacha-v0.7.0' # generated; do not edit
22

33
# We cannot distribute the XCFramework alongside the library directly,
44
# so we have to fetch the correct version here.

packages/rusty_chacha/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: rusty_chacha
22
description: >
33
A Flutter library for fast ChaCha20-Poly1305 encryption, powered by Rust
4-
version: 0.5.1+3
4+
version: 0.7.0
55
homepage: https://github.com/brookman/rusty_chacha
66
repository: https://github.com/brookman/rusty_chacha
77
issue_tracker: https://github.com/brookman/rusty_chacha/issues
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
rusty_chacha_dart: ^0.6.2
16+
rusty_chacha_dart: ^0.7.0
1717

1818
dev_dependencies:
1919
flutter_test:

packages/rusty_chacha/windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(rustyChachaVersion "rusty_chacha-v0.6.2") # generated; do not edit
1+
set(rustyChachaVersion "rusty_chacha-v0.7.0") # generated; do not edit
22

33
# TODO Remove this workaround once Flutter supports Windows ARM.
44
# https://github.com/flutter/flutter/issues/116196

packages/rusty_chacha_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.0
2+
3+
- Bump "rusty_chacha_dart" to `0.7.0`.
4+
15
## 0.6.2
26

37
- **FIX**: benches. ([63d37552](https://github.com/brookman/rusty_chacha/commit/63d3755263db3b0cc23f0d02202258ec9a59ca64))

0 commit comments

Comments
 (0)