Skip to content

Commit cbe0255

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent cc6b573 commit cbe0255

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22

3+
## v1.0.0 (2025-07-14)
4+
5+
### Bug fixes
6+
7+
- Remove frozendict ([`cc6b573`](https://github.com/34j/array-api-jit/commit/cc6b5738027e0d2eb86e72015b70f79c3bb86bd3))
8+
- Remove unnecessary deps ([`bb189c0`](https://github.com/34j/array-api-jit/commit/bb189c07a1693e66ce9e0ede337d83bb34f24913))
9+
310
## v0.1.0 (2025-07-13)
411

512
### Features
613

7-
- Add main feat (#10) ([`6039da8`](https://github.com/34j/array-api-jit/commit/6039da8990c59bdfe83a8e58362a31f352bd8090))
14+
- Add main feat ([`6039da8`](https://github.com/34j/array-api-jit/commit/6039da8990c59bdfe83a8e58362a31f352bd8090))
815

916
## v0.0.0 (2025-07-11)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "array API JIT"
1616
copyright = "2025, 34j"
1717
author = "34j"
18-
release = "0.1.0"
18+
release = "1.0.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "array-api-jit"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "JIT decorator supporting multiple array API compatible libraries"
99
readme = "README.md"
1010
license = { text = "MIT" }

src/array_api_jit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "1.0.0"
22
from ._main import jit
33

44
__all__ = ["jit"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)