Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tlpss committed Jan 12, 2024
1 parent 7aac2c8 commit de029e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes for the packages in the airo-mono repo are documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project uses a [CalVer](https://calver.org/) versioning scheme with monthly releases, see [here](versioning.md)

## Unreleased

### Breaking changes
- internal dependencies are now listed as regular dependencies in the `setup.py` file to overcome issues and make the installation process less complicated. This implies you need to install packages according to their dependencies and can no longer use the `external` tag as in `pip install airo-typing[external]`.
see [issue #91](https://github.com/airo-ugent/airo-mono/issues/91) and
[PR](https://github.com/airo-ugent/airo-mono/pull/108) for more details.

### Added

### Changed

### Fixed

### Removed

## 2024.1.0

### Breaking changes
Expand Down

0 comments on commit de029e5

Please sign in to comment.