Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 release v7.3.0 #589

Merged
merged 145 commits into from
Apr 3, 2024
Merged

🔖 release v7.3.0 #589

merged 145 commits into from
Apr 3, 2024

Conversation

techouse
Copy link
Collaborator

@techouse techouse commented Mar 23, 2024

chopper

7.3.0

chopper_generator

7.3.0

yousinix and others added 30 commits May 25, 2021 09:26
Co-authored-by: Ivan Terekhin <i.terhin@gmail.com>
Co-authored-by: István Juhos <stewemetal@gmail.com>
Co-authored-by: Ivan Terekhin <i.terhin@gmail.com>
Co-authored-by: Meysam Karimi <mysmartapply.it4@gmail.com>
techouse and others added 16 commits January 23, 2024 04:45
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@88522ab...ab5e6d0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v3.5.2...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts:
#	.github/workflows/dart.yml
#	.github/workflows/publish.yml
#	.github/workflows/publish_dry_run.yml
#	chopper/lib/src/annotations.dart
#	chopper/lib/src/request.dart
#	chopper_generator/lib/src/generator.dart
#	chopper_generator/test/test_service.chopper.dart
#	chopper_generator/test/test_service.dart
#	requests.md
# chopper

## 7.3.0

- Add support for `@Tag` annotation ([#586](#586))

# chopper_generator

## 7.3.0

- Add support for `@Tag` annotation ([#586](#586))
@techouse techouse added the release prod release label Mar 23, 2024
@techouse techouse added this to the 7.3.0 milestone Mar 23, 2024
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.19%. Comparing base (47084cc) to head (4553f2a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #589      +/-   ##
==========================================
+ Coverage   94.17%   94.19%   +0.01%     
==========================================
  Files          11       11              
  Lines         481      482       +1     
==========================================
+ Hits          453      454       +1     
  Misses         28       28              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@techouse
Copy link
Collaborator Author

The chopper_generator dry run will fail because I raised the required chopper version to ^7.3.0 which has not yet been published and can't therefore be accessed in the dry run.

The version had to be bumped because chopper_generator now relies on a new annotation.

Essentially it's the same "problem" as described in #581 (comment)

CC / @JEuler @Guldem @lwj1994

@techouse techouse merged commit d2a4c46 into master Apr 3, 2024
10 of 12 checks passed
@techouse techouse deleted the release/v7.3.0 branch April 3, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release prod release
Projects
None yet
Development

Successfully merging this pull request may close these issues.