-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
42 lines (33 loc) · 1.01 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.27] - 2024-05-03
### Bugfix
- Prevent __init__ from stopping normal inheritance processing
## [1.0.26] - 2024-04-08
### Feature
- Added support to Debugger for HTML colorized output
## [1.0.25] - 2023-04-01
### Changed
- Requirements updated
## [1.0.24] - 2023-03-30
### Changed
- Added copyright to LICENSE
## [1.0.23] - 2023-10-26
### Changed
- Author information is recalculated properly in the `setup.py` file
- Typing improvements to `debugger.py`
## [1.0.22] - 2023-10-26
### Features
- New tests
- New type hints
## [1.0.21] - 2023-03-30
### Added
- Tests
- Type checking
- Pip-tools to manage dependency versions
- Tox support for py39, py310 and py311
- Pre-commit for linting and styling
- Github actions to verify tests and tox