Skip to content

Commit 9f5f281

Browse files
committed
chore(release): 0.2.0
1 parent f383801 commit 9f5f281

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.0](https://github.com/Decision-Driven-Development/testable-io/compare/v0.1.1...v0.2.0) (2025-05-04)
6+
7+
8+
### Features
9+
10+
* ability to assign stored Response to client Stub ([0715a23](https://github.com/Decision-Driven-Development/testable-io/commit/0715a230b48bbbaa8d79db2020fb8c9073a6f596)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
11+
* ability to assign stored Response to client Stub and specific Query ([741e230](https://github.com/Decision-Driven-Development/testable-io/commit/741e230ac7ac7b428335d8828e29e80ff4383aa6)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
12+
* ability to build the Stub record programmatically ([27761df](https://github.com/Decision-Driven-Development/testable-io/commit/27761df3592b1c7cbc30d17d51d90d655f11b7e5)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
13+
* ability to peek at current responses ([76f8359](https://github.com/Decision-Driven-Development/testable-io/commit/76f83597ef8870a1912890e34f402823cb3c8a31)), closes [#4](https://github.com/Decision-Driven-Development/testable-io/issues/4)
14+
* ability to set up the Exception as the Response ([3419307](https://github.com/Decision-Driven-Development/testable-io/commit/34193071875686abe2d5056d10ee9feeb7cec002)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
15+
* add name to the Stub record ([19f2bbf](https://github.com/Decision-Driven-Development/testable-io/commit/19f2bbfb82ff810a5f7e3403130359b5ba373c10)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
16+
* store all the created responses in memory ([7b7a538](https://github.com/Decision-Driven-Development/testable-io/commit/7b7a5387eb6bfbc564f7d8cbe287b4f3a504f489)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
17+
518
### [0.1.1](https://github.com/Decision-Driven-Development/testable-io/compare/v0.1.0...v0.1.1) (2025-04-24)
619

720

pom.xml

+1-1
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.1.1</version>
16+
<version>0.2.0</version>
1717
<packaging>jar</packaging>
1818

1919
<name>Testable IO</name>

0 commit comments

Comments
 (0)