File tree Expand file tree Collapse file tree 12 files changed +44
-10
lines changed
Expand file tree Collapse file tree 12 files changed +44
-10
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
88dependencies :
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:
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11name : rusty_chacha
22description : >
33 A Flutter library for fast ChaCha20-Poly1305 encryption, powered by Rust
4- version : 0.5.1+3
4+ version : 0.7.0
55homepage : https://github.com/brookman/rusty_chacha
66repository : https://github.com/brookman/rusty_chacha
77issue_tracker : https://github.com/brookman/rusty_chacha/issues
@@ -13,7 +13,7 @@ environment:
1313dependencies :
1414 flutter :
1515 sdk : flutter
16- rusty_chacha_dart : ^0.6.2
16+ rusty_chacha_dart : ^0.7.0
1717
1818dev_dependencies :
1919 flutter_test :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ) )
You can’t perform that action at this time.
0 commit comments