Skip to content

Commit bda8e68

Browse files
committed
chore: bump to 0.2.1.0
1 parent 0d0f76f commit bda8e68

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to the
88

99
## Unreleased
1010

11+
## 0.2.1.0 2025-10-31
12+
1113
### Added
1214

1315
- 1D noise support with `noise1At` evaluation function

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pure-noise
2-
version: 0.2.0.0
2+
version: 0.2.1.0
33
github: "jtnuttall/pure-noise"
44
license: BSD-3-Clause
55
author: "Jeremy Nuttall"

pure-noise.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: pure-noise
8-
version: 0.2.0.0
8+
version: 0.2.1.0
99
synopsis: High-performance composable noise generation (Perlin, Simplex, Cellular)
1010
description: A high-performance noise generation library ported from FastNoiseLite.
1111
Provides N-dimensional noise functions (Perlin, OpenSimplex, SuperSimplex,

0 commit comments

Comments
 (0)