File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.1.1 "
2+ "." : " 1.1.2 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 10
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/not-diamond-dragos199993%2Fnotdiamond-a72d3f023c9078e7903f664c8f5c16acd491712a2f2015f5318130eee3711a71 .yml
3- openapi_spec_hash : b34691ecf5e1df6897659ee9dd2a2c85
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/not-diamond-dragos199993%2Fnotdiamond-3402f54472e42b6a55bbe2a1f0772f74f727c2a4c836f8ca3f394d8a438dd3d3 .yml
3+ openapi_spec_hash : 8c5d1b66cc0f2f582b5cd4fc440bcc4f
44config_hash : cbbab8187801632790efb51513a51e5e
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.2 (2025-12-19)
4+
5+ Full Changelog: [ v1.1.1...v1.1.2] ( https://github.com/Not-Diamond/not-diamond-python/compare/v1.1.1...v1.1.2 )
6+
7+ ### Chores
8+
9+ * ** internal:** add ` --fix ` argument to lint script ([ 448c196] ( https://github.com/Not-Diamond/not-diamond-python/commit/448c1962fc32893b4cd7ace7d2a1c1b1a8beb479 ) )
10+
311## 1.1.1 (2025-12-18)
412
513Full Changelog: [ v1.1.0...v1.1.1] ( https://github.com/Not-Diamond/not-diamond-python/compare/v1.1.0...v1.1.1 )
Original file line number Diff line number Diff line change 11[project ]
22name = " notdiamond"
3- version = " 1.1.1 "
3+ version = " 1.1.2 "
44description = " The official Python library for the notdiamond API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 44
55cd " $( dirname " $0 " ) /.."
66
7- echo " ==> Running lints"
8- rye run lint
7+ if [ " $1 " = " --fix" ]; then
8+ echo " ==> Running lints with --fix"
9+ rye run fix:ruff
10+ else
11+ echo " ==> Running lints"
12+ rye run lint
13+ fi
914
1015echo " ==> Making sure it imports"
1116rye run python -c ' import notdiamond'
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "notdiamond"
4- __version__ = "1.1.1 " # x-release-please-version
4+ __version__ = "1.1.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments