Skip to content

Commit ef130cf

Browse files
author
Jens Drenhaus
committed
chore: release 2.0.0-alpha.1
Signed-off-by: Jens Drenhaus <jens.drenhaus@blindspot.software>
1 parent a5acb8f commit ef130cf

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-alpha.1"
2+
".": "2.0.0-alpha.1"
33
}

CHANGELOG.md

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

3+
## [2.0.0-alpha.1](https://github.com/BlindspotSoftware/dutctl/compare/v1.0.0-alpha.1...v2.0.0-alpha.1) (2025-07-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The client does not add an extra newline to received Print messages anymore.
9+
10+
### Features
11+
12+
* extend module.Session interface with fmt-style print functions ([3432675](https://github.com/BlindspotSoftware/dutctl/commit/34326753a2a6afc4722329d5e87a8ca6caa89ba4))
13+
14+
15+
### Bug Fixes
16+
17+
* remove extra newline for print messages ([afe31fe](https://github.com/BlindspotSoftware/dutctl/commit/afe31fe40513d431ab9ecf5cef24c9620d332255))
18+
19+
20+
### Documentation
21+
22+
* explain module.Session interface ([3e9612e](https://github.com/BlindspotSoftware/dutctl/commit/3e9612eb677d904b3ea634c0d6a5f28e1afabcaf))
23+
24+
25+
### Other Work
26+
27+
* modules use session.Print/f/ln functions ([a5acb8f](https://github.com/BlindspotSoftware/dutctl/commit/a5acb8fca7a7499bbc7af76c03e47ad63e791c19))
28+
329
## [1.0.0-alpha.1](https://github.com/BlindspotSoftware/dutctl/compare/v0.10.0...v1.0.0-alpha.1) (2025-07-27)
430

531

0 commit comments

Comments
 (0)