Skip to content

Commit

Permalink
add changelog for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Oct 27, 2024
1 parent e08f4f6 commit f933d6f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@

## [Unreleased]

## [0.1.0] - Oct 27, 2024

- Accept Dart SDK versions above 3.0 (`sdk: ^3.0.0`).

- Add class modifiers.

- Update dependencies:
- `http: ^1.1.0`.
- `rxdart_ext: ^0.3.0` (~ `rxdart: ^0.28.0`).
- `cancellation_token_hoc081098: ^2.0.0`.

## [0.0.1-dev.0] - Dec 6, 2022

- Initial version.

[Unreleased]: https://github.com/hoc081098/http_client_hoc081098/compare/0.0.1-dev.0...HEAD
[Unreleased]: https://github.com/hoc081098/http_client_hoc081098/compare/0.1.0...HEAD
[0.1.0]: https://github.com/hoc081098/http_client_hoc081098/releases/tag/0.1.0
[0.0.1-dev.0]: https://github.com/hoc081098/http_client_hoc081098/releases/tag/0.0.1-dev.0

0 comments on commit f933d6f

Please sign in to comment.