Skip to content

Commit e21f7be

Browse files
author
Raphael Krupinski
committed
📝 Update changelog.
1 parent 64744c3 commit e21f7be

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ChangeLog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and the format of this file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8-
## [Unreleased]
8+
## [0.9.0]
99
### Added
10-
- GitHub Action configuration for pytest, pre-commit and publishing a package.
11-
- Pre-commit configuration with mypy and pylint.
10+
- Added a default user-agent header.
1211

1312
### Changed
14-
- Split code to separate repositories. Move code generator and OpenAPI document model classes to lapidary-render repository.
1513
- Changed the programming paradigm from dynamic with scaffolding to declarative via annotations.
14+
- Changed authentication model to NamedAuth and factory functions.
15+
- Updated required python version to 3.9, following httpx-auth
1616

1717
### Removed
18-
- Support for invalid HTTP status codes patterns, like 20X ([OAS3.1 4.8.16.2](https://spec.openapis.org/oas/v3.1.0#patterned-fields-0)).
18+
- Removed support for invalid HTTP status codes patterns, like 20X ([OAS3.1 4.8.16.2](https://spec.openapis.org/oas/v3.1.0#patterned-fields-0)).
19+
- Removed Absent class.
1920

2021
## [0.8.0](https://github.com/python-lapidary/lapidary/releases/tag/v0.8.0) - 2023-01-02
2122
### Added

0 commit comments

Comments
 (0)