Skip to content

Commit bd86dc8

Browse files
committed
Update changelog and release notes
Update to have 1.1.1 changes
1 parent d9a948d commit bd86dc8

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [1.1.0] - 2025-07-21
9+
## [1.1.1] - 2025-07-21
1010

1111
### Changes
1212
- Updated __init__.py files to have all things in __all_ so they get included in the package
13-
- Now have basic requirements.txt, requirements-dev.txt for development.txt, and new requirements-codegen.txt for advanced development where raw clients,
13+
- Now have basic requirements.txt, requirements-dev.txt for development.txt, and new
14+
requirements-codegen.txt for advanced development where raw clients,
1415
high level clients, or documentation needs to be regenerated
1516
- Run_tests.py performance test is now the time of running the whole test suite, not a few client creates
1617
- Pyproject has added includes for package and sdist
17-
- Fix gitignore to not cause downloads/ dirignored so core/downloads and raw core /downloads get checked in
18+
- Fix gitignore to not cause downloads/ ignored so core/downloads and raw core /downloads get checked in
19+
- version updated to v1.1.1
1820

1921
### Documentation
2022
- Readme: reworded build with source description
2123
- Readme: tests section at the end now develop and test
2224
- Removed docs for eliminated core.folders (use ops in nodes)
2325

26+
## [1.1.0] - 2025-07-18
27+
2428
### Added
2529
- Implemented hierarchical client architecture with three-tier organization and lazy loading (3 tiers doesn't count optional master). This is generated from raw clients (previously had 7 files one per client).
2630
- Pydantic models are in the hierarchy (more Pydantic models to come in 1.2)

Release Notes v1-1.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
## [1.1.0] - 2025-07-21
1+
## [1.1.1] - 2025-07-21
22

33
### Changes
44
- Updated __init__.py files to have all things in __all_ so they get included in the package
5-
- Now have basic requirements.txt, requirements-dev.txt for development.txt, and new requirements-codegen.txt for advanced development where raw clients,
5+
- Now have basic requirements.txt, requirements-dev.txt for development.txt, and new
6+
requirements-codegen.txt for advanced development where raw clients,
67
high level clients, or documentation needs to be regenerated
78
- Run_tests.py performance test is now the time of running the whole test suite, not a few client creates
89
- Pyproject has added includes for package and sdist
9-
- Fix gitignore to not cause downloads/ dirignored so core/downloads and raw core /downloads get checked in
10+
- Fix gitignore to not cause downloads/ ignored so core/downloads and raw core /downloads get checked in
11+
- version updated to v1.1.1
1012

1113
### Documentation
1214
- Readme: reworded build with source description
1315
- Readme: tests section at the end now develop and test
1416
- Removed docs for eliminated core.folders (use ops in nodes)
1517

18+
## [1.1.0] - 2025-07-18
19+
1620
### Added
1721
- Implemented hierarchical client architecture with three-tier organization and lazy loading (3 tiers doesn't count optional master). This is generated from raw clients (previously had 7 files one per client).
1822
- Pydantic models are in the hierarchy (more Pydantic models to come in 1.2)

0 commit comments

Comments
 (0)