Skip to content

Commit

Permalink
Organize changelog contributors formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Nov 3, 2023
1 parent 92d6b04 commit 4c359bd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 4.15.0

- Allowed setting custom timeout when using `requestToRust()`. Thanks `@cipherchabon`!
- Allowed setting custom timeout when using `requestToRust()`. Thanks @cipherchabon!

## 4.14.0

Expand Down Expand Up @@ -131,7 +131,7 @@

- New `debug_print!` macro that works on all environments, including web and mobile emulators, with the power of Flutter debuggers. To use this, you need to run `rifs template` again.
- Now panic information in Rust will be properly printed to the CLI. Note that Rust panics don't crash the app and do not hinder stability.
- Improved docs. There are also more guides about well-known types in Protobuf. Thanks `@LucaCoduriV`!
- Improved docs. There are also more guides about well-known types in Protobuf. Thanks @LucaCoduriV!

## 4.5.0

Expand Down Expand Up @@ -161,15 +161,15 @@

## 4.2.0

- New command `rifs --help`. Thanks `@bookshiyi`!
- New command `rifs --help`. Thanks @bookshiyi!

## 4.1.4

- Fixed a sentence in the guides.

## 4.1.3

- Made `rifs message` command read `PUB_CACHE` enviornment variable if present. Thanks `@rabbitson87`!
- Made `rifs message` command read `PUB_CACHE` enviornment variable if present. Thanks @rabbitson87!

## 4.1.2

Expand Down Expand Up @@ -331,11 +331,11 @@

## 3.0.0

- Adopted Protobuf for message serialization. Now communication between Dart and Rust is much more type-safe and faster than before. Because the template has now changed, you need to run `dart run rust_in_flutter template` again when migrating from version 2. Thanks `@wheregmis` and `@bookshiyi`!
- Adopted Protobuf for message serialization. Now communication between Dart and Rust is much more type-safe and faster than before. Because the template has now changed, you need to run `dart run rust_in_flutter template` again when migrating from version 2. Thanks @wheregmis` and @bookshiyi!

## 2.9.0

- Removed `corrosion`. Now this package solely relies on `cargokit` and is much more slimmer. Thanks `@bookshiyi`!
- Removed `corrosion`. Now this package solely relies on `cargokit` and is much more slimmer. Thanks @bookshiyi!
- Removed unneeded files from pub.dev publication.

## 2.8.5
Expand Down Expand Up @@ -376,19 +376,19 @@

## 2.7.1

- Organized guides. Thanks `@bookshiyi`!
- Organized guides. Thanks @bookshiyi!

## 2.7.0

- Stabilized web-related Rust toolchain's auto-installation. Thanks `@bookshiyi`!
- Stabilized web-related Rust toolchain's auto-installation. Thanks @bookshiyi!

## 2.6.0

- Applied continuous integration for checking builds and improving project stability. Thanks `@bookshiyi`!
- Applied continuous integration for checking builds and improving project stability. Thanks @bookshiyi!

## 2.5.6

- Updated Cargokit. Thanks `@bookshiyi`!
- Updated Cargokit. Thanks @bookshiyi!

## 2.5.5

Expand Down Expand Up @@ -521,7 +521,7 @@

## 1.3.2

- Added Chinese guides. Thanks `@moluopro`!
- Added Chinese guides. Thanks @moluopro!
- Added Korean guides.
- Added guides about build tool version issues.
- Added guides about library bundling.
Expand Down
22 changes: 11 additions & 11 deletions flutter_ffi_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 4.15.0

- Allowed setting custom timeout when using `requestToRust()`. Thanks `@cipherchabon`!
- Allowed setting custom timeout when using `requestToRust()`. Thanks @cipherchabon!

## 4.14.0

Expand Down Expand Up @@ -131,7 +131,7 @@

- New `debug_print!` macro that works on all environments, including web and mobile emulators, with the power of Flutter debuggers. To use this, you need to run `rifs template` again.
- Now panic information in Rust will be properly printed to the CLI. Note that Rust panics don't crash the app and do not hinder stability.
- Improved docs. There are also more guides about well-known types in Protobuf. Thanks `@LucaCoduriV`!
- Improved docs. There are also more guides about well-known types in Protobuf. Thanks @LucaCoduriV!

## 4.5.0

Expand Down Expand Up @@ -161,15 +161,15 @@

## 4.2.0

- New command `rifs --help`. Thanks `@bookshiyi`!
- New command `rifs --help`. Thanks @bookshiyi!

## 4.1.4

- Fixed a sentence in the guides.

## 4.1.3

- Made `rifs message` command read `PUB_CACHE` enviornment variable if present. Thanks `@rabbitson87`!
- Made `rifs message` command read `PUB_CACHE` enviornment variable if present. Thanks @rabbitson87!

## 4.1.2

Expand Down Expand Up @@ -331,11 +331,11 @@

## 3.0.0

- Adopted Protobuf for message serialization. Now communication between Dart and Rust is much more type-safe and faster than before. Because the template has now changed, you need to run `dart run rust_in_flutter template` again when migrating from version 2. Thanks `@wheregmis` and `@bookshiyi`!
- Adopted Protobuf for message serialization. Now communication between Dart and Rust is much more type-safe and faster than before. Because the template has now changed, you need to run `dart run rust_in_flutter template` again when migrating from version 2. Thanks @wheregmis` and @bookshiyi!

## 2.9.0

- Removed `corrosion`. Now this package solely relies on `cargokit` and is much more slimmer. Thanks `@bookshiyi`!
- Removed `corrosion`. Now this package solely relies on `cargokit` and is much more slimmer. Thanks @bookshiyi!
- Removed unneeded files from pub.dev publication.

## 2.8.5
Expand Down Expand Up @@ -376,19 +376,19 @@

## 2.7.1

- Organized guides. Thanks `@bookshiyi`!
- Organized guides. Thanks @bookshiyi!

## 2.7.0

- Stabilized web-related Rust toolchain's auto-installation. Thanks `@bookshiyi`!
- Stabilized web-related Rust toolchain's auto-installation. Thanks @bookshiyi!

## 2.6.0

- Applied continuous integration for checking builds and improving project stability. Thanks `@bookshiyi`!
- Applied continuous integration for checking builds and improving project stability. Thanks @bookshiyi!

## 2.5.6

- Updated Cargokit. Thanks `@bookshiyi`!
- Updated Cargokit. Thanks @bookshiyi!

## 2.5.5

Expand Down Expand Up @@ -521,7 +521,7 @@

## 1.3.2

- Added Chinese guides. Thanks `@moluopro`!
- Added Chinese guides. Thanks @moluopro!
- Added Korean guides.
- Added guides about build tool version issues.
- Added guides about library bundling.
Expand Down

0 comments on commit 4c359bd

Please sign in to comment.