You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
# v0.19.0 (Wed Jan 07 2026)
2
+
3
+
#### 🚀 Enhancement
4
+
5
+
- Added Mac (M-series) support [#351](https://github.com/con/duct/pull/351) (codycbakerphd@gmail.com[@CodyCBakerPhD](https://github.com/CodyCBakerPhD)[@asmacdo](https://github.com/asmacdo))
6
+
- Add --reverse option to con-duct ls command [#308](https://github.com/con/duct/pull/308) ([@asmacdo](https://github.com/asmacdo)[@yarikoptic](https://github.com/yarikoptic))
7
+
8
+
#### 🐛 Bug Fix
9
+
10
+
- Fix formatting for upstream linking instructions [#360](https://github.com/con/duct/pull/360) ([@CodyCBakerPhD](https://github.com/CodyCBakerPhD))
11
+
- filter pyparsing deprecation warnings instead of pinning [#355](https://github.com/con/duct/pull/355) ([@asmacdo](https://github.com/asmacdo))
12
+
- pin pyparsing for oldestdeps environment [#353](https://github.com/con/duct/pull/353) ([@asmacdo](https://github.com/asmacdo))
13
+
14
+
#### 🏠 Internal
15
+
16
+
- Improve handler of SIGINT signals [#357](https://github.com/con/duct/pull/357) ([@candleindark](https://github.com/candleindark))
0 commit comments