Skip to content

Commit

Permalink
0.1.0-rc.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 15, 2023
1 parent c67bd39 commit 1458dfb
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 3 deletions.
95 changes: 95 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# CHANGELOG



## v0.1.0-rc.1 (2023-09-15)

### Build

* build: testing with new tokens (#14)

Co-authored-by: Askepios-ai <[email protected]> ([`c67bd39`](https://github.com/Askepios-ai/masterblaster.py/commit/c67bd39587815d165d31bc0a31feb47f2287cf1c))

* build: use user token (#12)

Co-authored-by: Askepios-ai <[email protected]> ([`b14b563`](https://github.com/Askepios-ai/masterblaster.py/commit/b14b5637f925f74bc43246dd7bbb90241aa2a7ca))

### Chore

* chore: updated readme with doc badges for latest/beta (#5)

* chore: updated readme with doc badges for latest/beta

* fix: remove commit artifacts ([`9798616`](https://github.com/Askepios-ai/masterblaster.py/commit/9798616996706648e6469ac83d0e95b193ab20b1))

### Documentation

* docs: update notebook ([`5050363`](https://github.com/Askepios-ai/masterblaster.py/commit/5050363d463f8f60ded6518f4f82f92fd4cd8a4a))

### Feature

* feat: initial work (#2) ([`4042161`](https://github.com/Askepios-ai/masterblaster.py/commit/404216178055d5b3ada6197a66d5133840668d3d))

### Fix

* fix: missing documentation theme (#8)

* fix: missing documentation theme

* chore: remove unused dependencies ([`51d0384`](https://github.com/Askepios-ai/masterblaster.py/commit/51d0384ae5b0ef0a874fa737aea6e1580581b2aa))

### Refactor

* refactor: poetry uploads homepage and docs to pypi, bump version (#6)

Co-authored-by: Askepios-ai <[email protected]> ([`f605923`](https://github.com/Askepios-ai/masterblaster.py/commit/f605923653520a1832e675f5a66b032fa1ec1fdf))

### Unknown

* Change/clean deploy stage (#11) ([`1b27809`](https://github.com/Askepios-ai/masterblaster.py/commit/1b27809b74b84382f0239693700254e63a5ddc6d))

* CI Build and Release (#10)

* build(package): versioning done with semantic release

* build: CI build workflow

* build: CD test, versioning and publish workflow

Signed-off-by: Moritz Jörg <[email protected]>

* 0.1.0-alpha.1

Automatically generated by python-semantic-release

* chore: clean up log and fix build

* chore: cleanup old release

---------

Signed-off-by: Moritz Jörg <[email protected]>
Co-authored-by: Askepios-ai <[email protected]>
Co-authored-by: askepios-ai <[email protected]>
Co-authored-by: semantic-release <semantic-release>
Co-authored-by: github-actions <[email protected]> ([`73b238f`](https://github.com/Askepios-ai/masterblaster.py/commit/73b238f7adc4181c867c8cf93f8f211d50edd1c7))

* Docs (#7)

* docs: Added initial documentation for the package, magic methods and explicit hidden functions left out by sphinx

* docs: using pydata-theme for documentation ([`d2b4d16`](https://github.com/Askepios-ai/masterblaster.py/commit/d2b4d168d19a7856a0e0915e4fd13d1df8d2770b))

* RTD (#3) (#4)

* feat: initial work (#2)

* chore: update README

* fix: poetry does not allow . in project name, move to setuptools?

* chore: metdata and version bump ([`090d867`](https://github.com/Askepios-ai/masterblaster.py/commit/090d867ee9b713d20a6a8f6127ed24f0d1a6d242))

* Update README.md (#1) ([`97c5292`](https://github.com/Askepios-ai/masterblaster.py/commit/97c52928b5a4804952b64704f5731c7d386e66e0))

* Initial commit ([`508d054`](https://github.com/Askepios-ai/masterblaster.py/commit/508d054d787a51c77f4f9daba100ea1399f1f1c6))
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = "masterblaster.py"
copyright = "2023, Øyvind Nohr"
author = "Øyvind Nohr"
version = "0.0.6"
version = "0.1.0-rc.1"

# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
Expand Down
2 changes: 1 addition & 1 deletion masterblaster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "Øyvind Nohr"
__license__ = "MIT"
__copyright__ = "Copyright 2023 Øyvind Nohr"
__version__ = "0.0.6"
__version__ = "0.1.0-rc.1"

from .headers import *
from .masterblaster import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "masterblaster.py"
version = "0.0.6"
version = "0.1.0-rc.1"
authors = ["Øyvind Nohr <[email protected]>"]
description = "Python API wrapper for masterblaster.gg"
readme = "README.md"
Expand Down

0 comments on commit 1458dfb

Please sign in to comment.