Skip to content

Commit 4104f97

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 02345bd commit 4104f97

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

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

3+
## v1.0.0 (2025-06-13)
4+
5+
### Documentation
6+
7+
- Add screenshot ([`809ab74`](https://github.com/34j/array-api/commit/809ab74ce3805404100cd4248cc5d42787b35017))
8+
39
## v0.1.0 (2025-06-07)
410

511
### Features
612

7-
- Add main feat (#1) ([`3604571`](https://github.com/34j/array-api/commit/3604571a3be95353ef3c4a5354545ca711d91cfb))
13+
- Add main feat ([`3604571`](https://github.com/34j/array-api/commit/3604571a3be95353ef3c4a5354545ca711d91cfb))
814

915
## v0.0.0 (2025-06-07)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Python array API standard typing"
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"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "Typing for array API and array-api-compat"
99
readme = "README.md"
1010
license = "MIT AND Apache-2.0"

src/array_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "1.0.0"

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)