8000 1.1.1-rc.1 · 34j/types-array-api@fe5f73e · GitHub
[go: up one dir, main page]

Skip to content

Commit fe5f73e

Browse files
author
semantic-release
committed
1.1.1-rc.1
Automatically generated by python-semantic-release
1 parent e9bcf54 commit fe5f73e

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v1.1.1-rc.1 (2025-06-16)
4+
5+
### Bug fixes
6+
7+
- Fix type stub ([`0ffdb73`](https://github.com/34j/types-array-api/commit/0ffdb735bc41f949d682f88c793e6250e17e5ba3))
8+
- Fix type stub ([`a66fdce`](https://github.com/34j/types-array-api/commit/a66fdceb4ec850af908c421044fc1a4508a115ba))
9+
- Fix multiple issues ([`2146100`](https://github.com/34j/types-array-api/commit/21461009724e8d1100724196f8ec4eb814d19f34))
10+
11+
### Documentation
12+
13+
- Show private ([`af7c493`](https://github.com/34j/types-array-api/commit/af7c493067ca9fa4456392b2638988334b50e559))
14+
- Show private ([`43668e4`](https://github.com/34j/types-array-api/commit/43668e4b8ad2dfe9b2c6aa685608d9c3fb813667))
15+
- Show private ([`322a6a7`](https://github.com/34j/types-array-api/commit/322a6a70598f4802c59923308f843029026f231a))
16+
- Show private ([`b5c3dcf`](https://github.com/34j/types-array-api/commit/b5c3dcfdf011834ca8889f9f05e106014b50dda6))
17+
318
## v1.1.0 (2025-06-16)
419

520
### Features

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 = "1.0.0"
18+
release = "1.1.1-rc.1"
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 = "types-array-api"
7-
version = "1.1.0"
7+
version = "1.1.1-rc.1"
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__ = "1.1.0"
1+
__version__ = "1.1.1-rc.1"

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)
0