Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/.manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "0.0.0" }
{".":"0.0.1"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down