Skip to content

Commit abe70c5

Browse files
committed
Changelog:
- Version bump. - Changelog updates. - pubspec.yaml updates.
1 parent 872e9e5 commit abe70c5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
* Added: RetryPolicy. It allows to attempt retries on a request when an exception occurs or when a condition from the response is met.
6+
* Fixed: URI type urls not concatenating parameters.
7+
38
## 0.2.0
49

510
* Added: Unit testing for a few of the files.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ packages:
8787
path: ".."
8888
relative: true
8989
source: path
90-
version: "0.2.0"
90+
version: "0.3.0"
9191
http_parser:
9292
dependency: transitive
9393
description:

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: http_interceptor
22
description: A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
3-
version: 0.2.0
3+
version: 0.3.0
44
homepage: https://github.com/CodingAleCR/http_interceptor
5+
issue_tracker: https://github.com/CodingAleCR/http_interceptor/issues
6+
repository: https://github.com/CodingAleCR/http_interceptor
57

68
environment:
79
sdk: ">=2.1.0 <3.0.0"

0 commit comments

Comments
 (0)