From 2340e9eeadd8161a84290a5cd55d9c9b88980ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sun, 18 Apr 2021 16:03:06 +0200 Subject: [PATCH] build: bump version 0.11.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d0f60..a07e23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [Version 0.11.0](https://github.com/Kosmorro/lib/compare/v0.10.0...v0.11.0) (2021-04-18) + + +### Bug Fixes + +* add missing enums to the exposed model, rename data.py to model.py ([#11](https://github.com/Kosmorro/lib/issues/11)) ([64c8dd9](https://github.com/Kosmorro/lib/commit/64c8dd901da118e8dd11e932ad2a13874ccb2726)) + + +### Build System + +* fix some variables in __version__.py ([#13](https://github.com/Kosmorro/lib/issues/13)) ([2d24786](https://github.com/Kosmorro/lib/commit/2d24786f7b2a52c7b9b77ac4d54c0b7e223236f6)) + + +### BREAKING CHANGES + +* `__build__` constant in `__version__.py` has been removed. +* `kosmorrolib.data` has been renamed to +`kosmorrolib.model`. To ensure further BC-break to happen on this side, +prefer using the model now exposed from kosmorrolib directly. + + + # Version 0.10.0 (2021-04-05)