-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc19c03
commit f305592
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2022-09-28) | ||
|
||
|
||
### Features | ||
|
||
* add AmazingMarvinAPI class to package root module ([676f719](https://github.com/ustuehler/py-amazing-marvin/commit/676f719ebfd9d3f11b980edc047439a3387944f6)) | ||
* implement /me endpoint ([cd60aa1](https://github.com/ustuehler/py-amazing-marvin/commit/cd60aa12b2d1157568baeeecdcf55a53ba685f70)) | ||
* support /todayItems endpoint ([2b0595c](https://github.com/ustuehler/py-amazing-marvin/commit/2b0595cda0cdbde257ec291e4c781823a8839717)) | ||
|
||
|
||
### Automated Tests | ||
|
||
* create a unit test skeleton ([8738445](https://github.com/ustuehler/py-amazing-marvin/commit/8738445a504c7bf49534934277a80dea91780ca4)) | ||
|
||
|
||
### Documentation | ||
|
||
* update license and documentation ([4a0d422](https://github.com/ustuehler/py-amazing-marvin/commit/4a0d422fe159d4e3dfa9cb0ec3b1bf76f22d884a)) | ||
* update README.md ([2063d5d](https://github.com/ustuehler/py-amazing-marvin/commit/2063d5d11baf242d71afd7d8efee70dfe533c016)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* remove intermediate `src` directory ([f00134b](https://github.com/ustuehler/py-amazing-marvin/commit/f00134b2118b69998fa9ad3be0e2cfed64f982da)) | ||
|
||
|
||
### Build System | ||
|
||
* add .pythonrc, and debug message to __init__.py ([f2efcdd](https://github.com/ustuehler/py-amazing-marvin/commit/f2efcdd53afc5c59f715264a64107918428ac3f1)) | ||
* add missing requirements.txt ([f89f980](https://github.com/ustuehler/py-amazing-marvin/commit/f89f980265bcbde17049bf6a78c59b307ee87308)) | ||
* more scaffolding for Python package ([e628dd5](https://github.com/ustuehler/py-amazing-marvin/commit/e628dd500aea7fc8386cec62e086a1154b155088)) | ||
* update pyproject.toml, bump version ([de5e787](https://github.com/ustuehler/py-amazing-marvin/commit/de5e787fd4113a950f3ab5ad79b5efbdbf96ae0b)) | ||
|
||
|
||
### CI/CD Workflows | ||
|
||
* add automated validation and release workflows ([fc19c03](https://github.com/ustuehler/py-amazing-marvin/commit/fc19c031e309c3be583270d88797617f22644952)) |