Skip to content

Commit e30ad09

Browse files
committed
chore: version bump
Signed-off-by: Seth Stadick <sstadick@gmail.com>
1 parent 48a619b commit e30ad09

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# v1.2.0 (06-19-2025)
55

66
- Upgrade to Mojo 25.4
7+
- Fix issue with [AVX512](https://github.com/BioRadOpenSource/ish/issues/50) via [PR](https://github.com/BioRadOpenSource/ish/pull/51)
8+
- [Apply](https://github.com/BioRadOpenSource/ish/pull/48) suggestion from @soraros to use llvm intrinsic for saturating add and subtract
79

810
# v1.1.1 (06-07-2025)
911

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ preview = ["pixi-build"]
1212

1313
[package]
1414
name = "ish"
15-
version = "1.1.1"
15+
version = "1.2.0"
1616
license = "Apache-2.0"
1717

1818
[package.build]

recipe.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ package:
1111
version: ${{ version }}
1212

1313
source:
14-
- git: https://github.com/BioRadOpenSource/ish.git
15-
rev: 707e862d216cd2b9cae05cc65caaa78ca36f7311
14+
# - git: https://github.com/BioRadOpenSource/ish.git
15+
# rev: 707e862d216cd2b9cae05cc65caaa78ca36f7311
16+
path: .
17+
use_gitignore: true
1618

1719
build:
1820
number: 0

0 commit comments

Comments
 (0)