Skip to content

Commit

Permalink
bump and release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaGiorgadze committed May 3, 2023
1 parent 6e4a05f commit 8d133e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Subsequently, the date entry follows **YYYY-MM-DD** format in accordance with th
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---
## [v0.4.4] (2023-05-03)
- **Updated**
- Fix: remove unused import dart:ffi
## [v0.4.3] (2023-05-01)
- **Add**
- Response like Protocol Buffer will have byte response body. Add support for mock response of byte data.
- unit tests for RequestHandler class. #146

## [v0.4.2] (2023-02-15)

- **Updated**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dev_dependencies:
http_mock_adapter: ^0.4.2
http_mock_adapter: ^0.4.4
```

#### Install it
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: http_mock_adapter
description: A simple to use mocking package for Dio intended to be used in tests. It provides various types and methods to declaratively mock request-response communication.
version: 0.4.2
version: 0.4.4
homepage: https://github.com/lomsa-dev/http-mock-adapter
repository: https://github.com/lomsa-dev/http-mock-adapter
issue_tracker: https://github.com/lomsa-dev/http-mock-adapter/issues
Expand Down

0 comments on commit 8d133e8

Please sign in to comment.