Skip to content

Commit cdbd4e4

Browse files
author
github-actions
committed
0.1.0-rc.5
Automatically generated by python-semantic-release
1 parent f205297 commit cdbd4e4

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33

44

5+
## v0.1.0-rc.5 (2023-10-02)
6+
7+
### Build
8+
9+
* build: set masterblaster token as env-var (#32)
10+
11+
* build: set env-vars for testing
12+
13+
* test: change magic numbers for env-vars, intergration with controlled test-env on mb.gg, remove non-passing team-tests: the endpoints are intentionally left open by mb
14+
15+
* fix: conditional parsing of optional values ([`c5fa86c`](https://github.com/Askepios-ai/masterblaster.py/commit/c5fa86c954c40537ebc32cd4e9bb83ffa0c7f7bc))
16+
17+
### Chore
18+
19+
* chore: update readme and docs (#30)
20+
21+
* chore: update readme
22+
23+
* docs: update notebook ([`fe5d65b`](https://github.com/Askepios-ai/masterblaster.py/commit/fe5d65bb4effe9be00519804423ef20d7b84c3ea))
24+
25+
### Fix
26+
27+
* fix: secrets and variables (#33) ([`f205297`](https://github.com/Askepios-ai/masterblaster.py/commit/f205297273f32927bd75fd11e634248975fb54f4))
28+
29+
### Unknown
30+
31+
* O/dev (#31)
32+
33+
* build: include asyncio test dependency
34+
35+
* fix: masterblaster now supports(temporarily) csgo and cs2, requiring version specifiers ([`47e2540`](https://github.com/Askepios-ai/masterblaster.py/commit/47e25408f64bd8d751590057c8208bd41e599eb1))
36+
37+
538
## v0.1.0-rc.4 (2023-09-24)
639

740
### Fix

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "masterblaster.py"
1414
copyright = "2023, Øyvind Nohr"
1515
author = "Øyvind Nohr"
16-
version = "0.1.0-rc.4"
16+
version = "0.1.0-rc.5"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# Add any Sphinx extension module names here, as strings. They can be

masterblaster/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = "Øyvind Nohr"
33
__license__ = "MIT"
44
__copyright__ = "Copyright 2023 Øyvind Nohr"
5-
__version__ = "0.1.0-rc.4"
5+
__version__ = "0.1.0-rc.5"
66

77
from .headers import *
88
from .masterblaster import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "masterblaster.py"
7-
version = "0.1.0-rc.4"
7+
version = "0.1.0-rc.5"
88
authors = ["Øyvind Nohr <[email protected]>"]
99
description = "Python API wrapper for masterblaster.gg"
1010
readme = "README.md"

0 commit comments

Comments
 (0)