Skip to content

Commit 92f162e

Browse files
committed
chore(release): 0.2.1
1 parent e7ee31d commit 92f162e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.1](https://github.com/Decision-Driven-Development/testable-io/compare/v0.2.0...v0.2.1) (2025-05-13)
6+
7+
8+
### Features
9+
10+
* ability to reset stubs for specific client ([e7ee31d](https://github.com/Decision-Driven-Development/testable-io/commit/e7ee31d8014db8f12eb51fc224e39ab9d7efd23b)), closes [#6](https://github.com/Decision-Driven-Development/testable-io/issues/6)
11+
12+
13+
### Bug Fixes
14+
15+
* return default responses extended with specific client responses ([9ff9c89](https://github.com/Decision-Driven-Development/testable-io/commit/9ff9c89fbd604c3b8c7d84ea2d3faca26678ab7e)), closes [#7](https://github.com/Decision-Driven-Development/testable-io/issues/7)
16+
517
## [0.2.0](https://github.com/Decision-Driven-Development/testable-io/compare/v0.1.1...v0.2.0) (2025-05-04)
618

719

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.github.nergal-perm</groupId>
1515
<artifactId>testable-io</artifactId>
16-
<version>0.2.0</version>
16+
<version>0.2.1</version>
1717
<packaging>jar</packaging>
1818

1919
<name>Testable IO</name>

0 commit comments

Comments
 (0)