From b5d843ac4f57b3b2861b0c0cfbd8bb08873502f9 Mon Sep 17 00:00:00 2001 From: AI4OS Bot Date: Wed, 16 Oct 2024 10:33:43 +0200 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..623fe59 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 0.1.0 (2024-10-16) + + +### Features + +* add validate+dump command ([9c392cd](https://github.com/ai4os/ai4-api-keys/commit/9c392cdb80f06a58b58ad1835eca6fe36520ca18)) +* initial version ([782d690](https://github.com/ai4os/ai4-api-keys/commit/782d690c8d840c5f64d17e3d320430d084725170)) +* raise exceptions when API keys are not valid ([1721bf2](https://github.com/ai4os/ai4-api-keys/commit/1721bf231da1509483be944f24d61c2f9aefb36d)) +* show different version when in develop mode ([fbdaa28](https://github.com/ai4os/ai4-api-keys/commit/fbdaa28e0db5fd81bd1abd67591e9badce6695e7)) + + +### Bug Fixes + +* relax Python version to 3.10 ([bb5f33c](https://github.com/ai4os/ai4-api-keys/commit/bb5f33c951cb68664972afc486db3e3c753ceb1c)) +* separate CLI and library utilities ([54be946](https://github.com/ai4os/ai4-api-keys/commit/54be9467ad97d1c7536a26521607eade5372d2bc))