Skip to content

Commit

Permalink
🔀 post release branch sync (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored Mar 8, 2024
1 parent 49943bf commit 8900256
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions chopper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 7.2.0

- Add support for `@FormUrlEncoded` annotation ([#579](https://github.com/lejard-h/chopper/pull/579))

## 7.1.1+1

- Export `ChopperHttpException` in library exports ([#570](https://github.com/lejard-h/chopper/pull/570))

## 7.1.1

- Add `Target` annotations ([#567](https://github.com/lejard-h/chopper/pull/567))
Expand Down
2 changes: 1 addition & 1 deletion chopper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper
description: Chopper is an http client generator using source_gen, inspired by Retrofit
version: 7.1.1
version: 7.2.0
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand Down
4 changes: 4 additions & 0 deletions chopper_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.2.0

- Add support for `@FormUrlEncoded` annotation ([#579](https://github.com/lejard-h/chopper/pull/579))

## 7.1.1

- Add option to override build_extension via build.yaml ([#562](https://github.com/lejard-h/chopper/pull/562))
Expand Down
4 changes: 2 additions & 2 deletions chopper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper_generator
description: Chopper is an http client generator using source_gen, inspired by Retrofit
version: 7.1.1
version: 7.2.0
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand All @@ -11,7 +11,7 @@ dependencies:
analyzer: ">=5.13.0 <7.0.0"
build: ^2.4.1
built_collection: ^5.1.1
chopper: ^7.1.0
chopper: ^7.2.0
code_builder: ^4.5.0
dart_style: ^2.3.2
logging: ^1.2.0
Expand Down

0 comments on commit 8900256

Please sign in to comment.