Skip to content

Commit a59ebc8

Browse files
authored
prepare for 0.9.6 release (#858)
* prepare for 0.9.6 release * set version in build.sbt
1 parent 45d28c4 commit a59ebc8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Viash 0.x.x (yyyy-MM-dd): TODO Add title
1+
# Viash 0.9.6 (2025-10-10): Hotfix for dependency path resolution
22

3-
TODO add summary
3+
This release fixes an issue with dependency resolution in some edge cases that was introduced in Viash 0.9.5.
44

55
## BUG FIXES
66

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "viash"
22

3-
version := "0.9.6-dev"
3+
version := "0.9.6"
44

55
scalaVersion := "3.3.4"
66

0 commit comments

Comments
 (0)