Skip to content

Commit

Permalink
chore: prep 0.2.0 release (#7)
Browse files Browse the repository at this point in the history
* chore: prep 0.2.0 release

* fix changelog
  • Loading branch information
ClaireDavis authored Oct 25, 2023
1 parent a10e14e commit 141820e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.2.0

## What's Changed
* chore: update outdated dependencies by @ClaireDavis in https://github.com/Betterment/sturdy_http/pull/6

## New Contributors
* @ClaireDavis made their first contribution in https://github.com/Betterment/sturdy_http/pull/6

**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.1.0...v0.2.0

## 0.1.0

- Add ability to provide `CancelToken` as well as send and receive progress callbacks to `NetworkRequest`s
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sturdy_http
description: A strongly typed, event-based, reliable HTTP client that wraps `Dio`.
version: 0.1.0
version: 0.2.0
homepage: https://github.com/Betterment/sturdy_http
repository: https://github.com/Betterment/sturdy_http

Expand Down

0 comments on commit 141820e

Please sign in to comment.