Skip to content

Commit 7916474

Browse files
release: 1.1.3
1 parent 2466b61 commit 7916474

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.2"
2+
".": "1.1.3"
33
}

CHANGELOG.md

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

3+
## 1.1.3 (2026-01-12)
4+
5+
Full Changelog: [v1.1.2...v1.1.3](https://github.com/Not-Diamond/not-diamond-python/compare/v1.1.2...v1.1.3)
6+
7+
### Features
8+
9+
* add Slack notification workflow for new pull requests ([97535a3](https://github.com/Not-Diamond/not-diamond-python/commit/97535a3158340c4dce76370718068ebd412e64e9))
10+
* **api:** api update ([616dcaa](https://github.com/Not-Diamond/not-diamond-python/commit/616dcaa965dc5fde8d79dfa2ce01ad14f1d5ab91))
11+
* enhance Slack PR notification to include 'ready for review' status and additional details ([af8afd5](https://github.com/Not-Diamond/not-diamond-python/commit/af8afd5aa9253bac48f0600c06eb649c66a3b2d7))
12+
13+
14+
### Chores
15+
16+
* remove commented-out line for bot notification exclusion in Slack PR workflow ([e0c337e](https://github.com/Not-Diamond/not-diamond-python/commit/e0c337ed9a951826b060204809180d074ca79c88))
17+
* remove condition to exclude bot users from Slack notification in PR workflow ([776b597](https://github.com/Not-Diamond/not-diamond-python/commit/776b597086b06869bca76818eaaaaca4e4940531))
18+
319
## 1.1.2 (2025-12-19)
420

521
Full Changelog: [v1.1.1...v1.1.2](https://github.com/Not-Diamond/not-diamond-python/compare/v1.1.1...v1.1.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "notdiamond"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "The official Python library for the notdiamond API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/notdiamond/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "notdiamond"
4-
__version__ = "1.1.2" # x-release-please-version
4+
__version__ = "1.1.3" # x-release-please-version

0 commit comments

Comments
 (0)