diff --git a/.github/release-please/.manifest.json b/.github/release-please/.manifest.json index 3633bdf..d6732cb 100644 --- a/.github/release-please/.manifest.json +++ b/.github/release-please/.manifest.json @@ -1 +1 @@ -{ ".": "0.0.0" } +{".":"0.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a062d4..caddd11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.1](https://github.com/liblaf/array-typing/compare/v0.0.0...v0.0.1) (2024-12-20) + + +### ⬆️ Dependencies + +* **deps:** update astral-sh/setup-uv action to v4 ([#4](https://github.com/liblaf/array-typing/issues/4)) ([3e21ec7](https://github.com/liblaf/array-typing/commit/3e21ec7ba341f8d459eb1d9ffbfaf40276589140)) +* **deps:** update astral-sh/setup-uv action to v5 ([#6](https://github.com/liblaf/array-typing/issues/6)) ([cf915b4](https://github.com/liblaf/array-typing/commit/cf915b4845e97d2ab61a720297688def61405d18)) + + +### 👷 Build System + +* configure Read the Docs for automated documentation builds ([d9db2c8](https://github.com/liblaf/array-typing/commit/d9db2c8f8af56a8d1a830a53f5ff74b55cce9b7a)) + ## 0.0.0 (2024-11-23) diff --git a/pyproject.toml b/pyproject.toml index b0b3940..fed1cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ description = "Add your description here" name = "array-typing" readme = "docs/README.md" requires-python = ">=3.11" -version = "0.0.0" +version = "0.0.1" [project.optional-dependencies] jax = ["jax>=0.4.35"]