Skip to content

Commit

Permalink
Reduce collection requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
walsha2 committed Jul 28, 2023
1 parent ce6c45d commit c241b2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.4

* Reduce collection package version requirement

## 0.4.3

* Ensure client exception returns object
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openapi_spec
description: OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.
version: 0.4.3
version: 0.4.4
maintainer: Taza Technology LLC
repository: https://github.com/tazatechnology/openapi_spec
issue_tracker: https://github.com/tazatechnology/openapi_spec/issues
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
collection: ^1.17.2
collection: ^1.17.1
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
yaml: ^3.1.2
Expand Down

0 comments on commit c241b2f

Please sign in to comment.