Skip to content

Commit

Permalink
chore: prep 0.5.0 release (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann authored Sep 17, 2024
1 parent 023a01b commit cd16498
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.5.0

## What's Changed
* refactor: make network response a sealed class by @btrautmann in https://github.com/Betterment/sturdy_http/pull/14


**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.4.0...v0.5.0

## 0.4.0

## What's Changed
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.5.0-dev1
version: 0.5.0
homepage: https://github.com/Betterment/sturdy_http
repository: https://github.com/Betterment/sturdy_http

Expand Down

0 comments on commit cd16498

Please sign in to comment.