Skip to content

Commit

Permalink
🔖 release chopper v7.1.1+1 (#576)
Browse files Browse the repository at this point in the history
* 🔖 release chopper v7.1.1+1

# chopper

## 7.1.1+1

- #570

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Job Guldemeester <[email protected]>
  • Loading branch information
techouse and Guldem authored Feb 26, 2024
1 parent 911b4c7 commit a8cab3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions chopper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 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
5 changes: 3 additions & 2 deletions chopper/lib/chopper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ library chopper;
export 'src/annotations.dart';
export 'src/authenticator.dart';
export 'src/base.dart';
export 'src/chopper_http_exception.dart';
export 'src/chopper_log_record.dart';
export 'src/constants.dart';
export 'src/extensions.dart';
export 'src/interceptor.dart';
export 'src/http_logging_interceptor.dart';
export 'src/chopper_log_record.dart';
export 'src/interceptor.dart';
export 'src/request.dart';
export 'src/response.dart';
export 'src/utils.dart' hide mapToQuery;
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.1.1+1
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand Down

0 comments on commit a8cab3f

Please sign in to comment.