Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 8, 2021
1 parent 7d2edbb commit b63e8f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 0.1.0 (2021-08-08)


### Bug Fixes

* fix faulty docker config ([124cc9e](https://github.com/Heptagram-Bot/api/commit/124cc9e830445c4948833b9bf6ddcfca895bdd94))


### Features

* add changelog actions ([86df3f6](https://github.com/Heptagram-Bot/api/commit/86df3f67b6ccc8b7851d8e50f88c8d3ccd8fc341))
* add gh-action to publish docker image ([7b143ae](https://github.com/Heptagram-Bot/api/commit/7b143ae26093fc7e09802513081a49f13fbfc52c))
* add metadata for openapi ([71f6bd1](https://github.com/Heptagram-Bot/api/commit/71f6bd1fc82160213e873c23eda9f1c1e3577c10))
* Basic API setup ([1f7dfe5](https://github.com/Heptagram-Bot/api/commit/1f7dfe5c3d761e2aad56bafa5fa39a0fedf35539))
* Dev Environment setup ([92624ef](https://github.com/Heptagram-Bot/api/commit/92624ef2d16459fed1a71cc4195eb7e205ac3c58))
* diceroll and coinflip routes ([dc8e66c](https://github.com/Heptagram-Bot/api/commit/dc8e66cda8c8c28a5f99c50520424d0822e0277a))
* Query constraints for routes ([ca97955](https://github.com/Heptagram-Bot/api/commit/ca979556027355e90c4f58d5bec4fe584c05069b))
* set up docker config ([efbd608](https://github.com/Heptagram-Bot/api/commit/efbd608d090e6ac7a65357d0a3ba4747a7afb1d5))



2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "heptagram-api"
version = "0.0.0"
version = "0.1.0"
description = "An API for the Heptagram Bot"
authors = ["Vyvy-vi <vyom.j@protonmail.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit b63e8f5

Please sign in to comment.