Skip to content

Commit a951fb8

Browse files
author
semantic-release
committed
0.1.0-rc.9
Automatically generated by python-semantic-release
1 parent a1f649a commit a951fb8

File tree

4 files changed

+112
-83
lines changed

4 files changed

+112
-83
lines changed

CHANGELOG.md

Lines changed: 109 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,204 +1,233 @@
11
# CHANGELOG
22

3+
## v0.1.0-rc.9 (2024-08-06)
34

5+
### Feature
46

5-
## v0.1.0-rc.8 (2023-10-25)
7+
* feat: Nixify (#37)
8+
9+
* feat: Add nix flake with python and dependencies
10+
11+
* docs: Update flake documentation
12+
13+
* Restore correct lockfile
14+
15+
---------
16+
17+
Co-authored-by: nohr-ai <[email protected]> ([`b7486a5`](https://github.com/nohr-ai/masterblaster.py/commit/b7486a5a5a2678dee4c75174439c3cee4accdb42))
618

719
### Fix
820

9-
* fix: mb removed allteamsready from api (#35) ([`f26187f`](https://github.com/Askepios-ai/masterblaster.py/commit/f26187f7697a82b10c03890438c727e39aad22ae))
21+
* fix: debugpy version (#38) ([`a1f649a`](https://github.com/nohr-ai/masterblaster.py/commit/a1f649a776e985c3653f5cc26369219b98758d08))
1022

23+
### Unknown
1124

12-
## v0.1.0-rc.7 (2023-10-22)
25+
* New env var, dependency upd, cleanup (#36)
26+
27+
* chore: remove legacy dependency group
28+
29+
* feat: update dependencies. Python >= 3.6 -> >= 3.8
30+
31+
* test: test organizations/teams should only have 1 member
32+
33+
* docs: including a template env file for reference
34+
35+
* refactor: moving hardcoded base-url for MB to env variable
36+
37+
* build: build uses env-variable for MB base url
38+
39+
* build: dependency updates ([`aa99f93`](https://github.com/nohr-ai/masterblaster.py/commit/aa99f936a78c0dc35d3ccfb10b0d786c926ced5b))
40+
41+
## v0.1.0-rc.8 (2023-10-25)
1342

1443
### Fix
1544

16-
* fix: mb includes boolean for all teams ready (#34) ([`4240254`](https://github.com/Askepios-ai/masterblaster.py/commit/4240254e4154eab684af1ab7db7dceafbcc1605c))
45+
* fix: mb removed allteamsready from api (#35) ([`f26187f`](https://github.com/nohr-ai/masterblaster.py/commit/f26187f7697a82b10c03890438c727e39aad22ae))
46+
47+
## v0.1.0-rc.7 (2023-10-22)
48+
49+
### Fix
1750

51+
* fix: mb includes boolean for all teams ready (#34) ([`4240254`](https://github.com/nohr-ai/masterblaster.py/commit/4240254e4154eab684af1ab7db7dceafbcc1605c))
1852

1953
## v0.1.0-rc.6 (2023-10-02)
2054

2155
### Fix
2256

23-
* fix: conditional parsing of datetime in matches ([`eaeb37f`](https://github.com/Askepios-ai/masterblaster.py/commit/eaeb37f69e435b4005f104d346e489961279234a))
24-
57+
* fix: conditional parsing of datetime in matches ([`eaeb37f`](https://github.com/nohr-ai/masterblaster.py/commit/eaeb37f69e435b4005f104d346e489961279234a))
2558

2659
## v0.1.0-rc.5 (2023-10-02)
2760

2861
### Build
2962

3063
* build: set masterblaster token as env-var (#32)
3164

32-
* build: set env-vars for testing
33-
34-
* 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
35-
36-
* fix: conditional parsing of optional values ([`c5fa86c`](https://github.com/Askepios-ai/masterblaster.py/commit/c5fa86c954c40537ebc32cd4e9bb83ffa0c7f7bc))
65+
* build: set env-vars for testing
66+
67+
* 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
68+
69+
* fix: conditional parsing of optional values ([`c5fa86c`](https://github.com/nohr-ai/masterblaster.py/commit/c5fa86c954c40537ebc32cd4e9bb83ffa0c7f7bc))
3770

3871
### Chore
3972

4073
* chore: update readme and docs (#30)
4174

42-
* chore: update readme
43-
44-
* docs: update notebook ([`fe5d65b`](https://github.com/Askepios-ai/masterblaster.py/commit/fe5d65bb4effe9be00519804423ef20d7b84c3ea))
75+
* chore: update readme
76+
77+
* docs: update notebook ([`fe5d65b`](https://github.com/nohr-ai/masterblaster.py/commit/fe5d65bb4effe9be00519804423ef20d7b84c3ea))
4578

4679
### Fix
4780

48-
* fix: secrets and variables (#33) ([`f205297`](https://github.com/Askepios-ai/masterblaster.py/commit/f205297273f32927bd75fd11e634248975fb54f4))
81+
* fix: secrets and variables (#33) ([`f205297`](https://github.com/nohr-ai/masterblaster.py/commit/f205297273f32927bd75fd11e634248975fb54f4))
4982

5083
### Unknown
5184

5285
* O/dev (#31)
5386

54-
* build: include asyncio test dependency
55-
56-
* fix: masterblaster now supports(temporarily) csgo and cs2, requiring version specifiers ([`47e2540`](https://github.com/Askepios-ai/masterblaster.py/commit/47e25408f64bd8d751590057c8208bd41e599eb1))
87+
* build: include asyncio test dependency
5788

89+
* fix: masterblaster now supports(temporarily) csgo and cs2, requiring version specifiers ([`47e2540`](https://github.com/nohr-ai/masterblaster.py/commit/47e25408f64bd8d751590057c8208bd41e599eb1))
5890

5991
## v0.1.0-rc.4 (2023-09-24)
6092

6193
### Fix
6294

63-
* fix: missing session-sharing between organisations and teams (#28) ([`de75d73`](https://github.com/Askepios-ai/masterblaster.py/commit/de75d73adf434b943c5c1517c90ec77f3e457a9f))
64-
95+
* fix: missing session-sharing between organisations and teams (#28) ([`de75d73`](https://github.com/nohr-ai/masterblaster.py/commit/de75d73adf434b943c5c1517c90ec77f3e457a9f))
6596

6697
## v0.1.0-rc.3 (2023-09-23)
6798

6899
### Documentation
69100

70-
* docs: Add more badges (#24) ([`e9b88f6`](https://github.com/Askepios-ai/masterblaster.py/commit/e9b88f6eadc8824b52845aef2704ceba3dc4e49f))
101+
* docs: Add more badges (#24) ([`e9b88f6`](https://github.com/nohr-ai/masterblaster.py/commit/e9b88f6eadc8824b52845aef2704ceba3dc4e49f))
71102

72103
### Fix
73104

74-
* fix: missing type (#27) ([`65bafe5`](https://github.com/Askepios-ai/masterblaster.py/commit/65bafe5af1ce65f501e968b5d9abf592140b818e))
105+
* fix: missing type (#27) ([`65bafe5`](https://github.com/nohr-ai/masterblaster.py/commit/65bafe5af1ce65f501e968b5d9abf592140b818e))
75106

76107
### Unknown
77108

78109
* New features, test and wrappings (#25)
79110

80-
* build: test-env file, contributors in readme, new dependencies and pytest defaults to strict asyncio
81-
82-
* refactor: extending/changing responsibility in objects, less state maintained, call the api for now
83-
84-
* feat: team, schedule, match and organisation objects with tests. MB relates orgs to user-tokens, but evertyhing else is sentered around organisations ([`8a07dc5`](https://github.com/Askepios-ai/masterblaster.py/commit/8a07dc5de7757d10465f4aa396de3bca396bf1eb))
111+
* build: test-env file, contributors in readme, new dependencies and pytest defaults to strict asyncio
112+
113+
* refactor: extending/changing responsibility in objects, less state maintained, call the api for now
85114

115+
* feat: team, schedule, match and organisation objects with tests. MB relates orgs to user-tokens, but evertyhing else is sentered around organisations ([`8a07dc5`](https://github.com/nohr-ai/masterblaster.py/commit/8a07dc5de7757d10465f4aa396de3bca396bf1eb))
86116

87117
## v0.1.0-rc.2 (2023-09-15)
88118

89119
### Build
90120

91121
* build: publish rc and release to pypi (#18)
92122

93-
Co-authored-by: Askepios-ai <[email protected]> ([`e9c66c2`](https://github.com/Askepios-ai/masterblaster.py/commit/e9c66c2238954b23032dacfff6161324d8c08eb5))
123+
Co-authored-by: Askepios-ai <[email protected]> ([`e9c66c2`](https://github.com/nohr-ai/masterblaster.py/commit/e9c66c2238954b23032dacfff6161324d8c08eb5))
94124

95125
* build: poetry build before publish (#17)
96126

97-
Co-authored-by: Askepios-ai <[email protected]> ([`e13fcfe`](https://github.com/Askepios-ai/masterblaster.py/commit/e13fcfe7fc945d49a3a9e78c18105a7b5a3914c5))
127+
Co-authored-by: Askepios-ai <[email protected]> ([`e13fcfe`](https://github.com/nohr-ai/masterblaster.py/commit/e13fcfe7fc945d49a3a9e78c18105a7b5a3914c5))
98128

99129
* build: release to pypi-indexes based on branch name (#15)
100130

101-
Co-authored-by: Askepios-ai <[email protected]> ([`0b57eca`](https://github.com/Askepios-ai/masterblaster.py/commit/0b57eca7507060fb1066e8d52255e320a4438aca))
131+
Co-authored-by: Askepios-ai <[email protected]> ([`0b57eca`](https://github.com/nohr-ai/masterblaster.py/commit/0b57eca7507060fb1066e8d52255e320a4438aca))
102132

103133
### Documentation
104134

105135
* docs: installation line with python (#19)
106136

107-
Co-authored-by: Askepios-ai <[email protected]> ([`37a13b7`](https://github.com/Askepios-ai/masterblaster.py/commit/37a13b7ef6d806f2b6012f971bc41c1a80b3f2d1))
137+
Co-authored-by: Askepios-ai <[email protected]> ([`37a13b7`](https://github.com/nohr-ai/masterblaster.py/commit/37a13b7ef6d806f2b6012f971bc41c1a80b3f2d1))
108138

109139
### Fix
110140

111-
* fix: versioning should not bump major, this is an unstable api (#20) ([`c7b747e`](https://github.com/Askepios-ai/masterblaster.py/commit/c7b747ed7ccdc1f56442db5acaf8714d0eb7033c))
112-
141+
* fix: versioning should not bump major, this is an unstable api (#20) ([`c7b747e`](https://github.com/nohr-ai/masterblaster.py/commit/c7b747ed7ccdc1f56442db5acaf8714d0eb7033c))
113142

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

116145
### Build
117146

118147
* build: testing with new tokens (#14)
119148

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

122151
* build: use user token (#12)
123152

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

126155
### Chore
127156

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

130-
* chore: updated readme with doc badges for latest/beta
131-
132-
* fix: remove commit artifacts ([`9798616`](https://github.com/Askepios-ai/masterblaster.py/commit/9798616996706648e6469ac83d0e95b193ab20b1))
159+
* chore: updated readme with doc badges for latest/beta
160+
161+
* fix: remove commit artifacts ([`9798616`](https://github.com/nohr-ai/masterblaster.py/commit/9798616996706648e6469ac83d0e95b193ab20b1))
133162

134163
### Documentation
135164

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

138167
### Feature
139168

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

142171
### Fix
143172

144173
* fix: missing documentation theme (#8)
145174

146-
* fix: missing documentation theme
147-
148-
* chore: remove unused dependencies ([`51d0384`](https://github.com/Askepios-ai/masterblaster.py/commit/51d0384ae5b0ef0a874fa737aea6e1580581b2aa))
175+
* fix: missing documentation theme
176+
177+
* chore: remove unused dependencies ([`51d0384`](https://github.com/nohr-ai/masterblaster.py/commit/51d0384ae5b0ef0a874fa737aea6e1580581b2aa))
149178

150179
### Refactor
151180

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

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

156185
### Unknown
157186

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

160189
* CI Build and Release (#10)
161190

162-
* build(package): versioning done with semantic release
163-
164-
* build: CI build workflow
165-
166-
* build: CD test, versioning and publish workflow
167-
168-
Signed-off-by: Moritz Jörg <[email protected]>
169-
170-
* 0.1.0-alpha.1
171-
172-
Automatically generated by python-semantic-release
173-
174-
* chore: clean up log and fix build
175-
176-
* chore: cleanup old release
177-
178-
---------
179-
180-
Signed-off-by: Moritz Jörg <[email protected]>
181-
Co-authored-by: Askepios-ai <[email protected]>
182-
Co-authored-by: askepios-ai <[email protected]>
183-
Co-authored-by: semantic-release <semantic-release>
184-
Co-authored-by: github-actions <[email protected]> ([`73b238f`](https://github.com/Askepios-ai/masterblaster.py/commit/73b238f7adc4181c867c8cf93f8f211d50edd1c7))
191+
* build(package): versioning done with semantic release
192+
193+
* build: CI build workflow
194+
195+
* build: CD test, versioning and publish workflow
196+
197+
Signed-off-by: Moritz Jörg <[email protected]>
198+
199+
* 0.1.0-alpha.1
200+
201+
Automatically generated by python-semantic-release
202+
203+
* chore: clean up log and fix build
204+
205+
* chore: cleanup old release
206+
207+
---------
208+
209+
Signed-off-by: Moritz Jörg <[email protected]>
210+
Co-authored-by: Askepios-ai <[email protected]>
211+
Co-authored-by: askepios-ai <[email protected]>
212+
Co-authored-by: semantic-release <semantic-release>
213+
Co-authored-by: github-actions <[email protected]> ([`73b238f`](https://github.com/nohr-ai/masterblaster.py/commit/73b238f7adc4181c867c8cf93f8f211d50edd1c7))
185214

186215
* Docs (#7)
187216

188-
* docs: Added initial documentation for the package, magic methods and explicit hidden functions left out by sphinx
189-
190-
* docs: using pydata-theme for documentation ([`d2b4d16`](https://github.com/Askepios-ai/masterblaster.py/commit/d2b4d168d19a7856a0e0915e4fd13d1df8d2770b))
217+
* docs: Added initial documentation for the package, magic methods and explicit hidden functions left out by sphinx
218+
219+
* docs: using pydata-theme for documentation ([`d2b4d16`](https://github.com/nohr-ai/masterblaster.py/commit/d2b4d168d19a7856a0e0915e4fd13d1df8d2770b))
191220

192221
* RTD (#3) (#4)
193222

194-
* feat: initial work (#2)
195-
196-
* chore: update README
197-
198-
* fix: poetry does not allow . in project name, move to setuptools?
199-
200-
* chore: metdata and version bump ([`090d867`](https://github.com/Askepios-ai/masterblaster.py/commit/090d867ee9b713d20a6a8f6127ed24f0d1a6d242))
223+
* feat: initial work (#2)
224+
225+
* chore: update README
226+
227+
* fix: poetry does not allow . in project name, move to setuptools?
228+
229+
* chore: metdata and version bump ([`090d867`](https://github.com/nohr-ai/masterblaster.py/commit/090d867ee9b713d20a6a8f6127ed24f0d1a6d242))
201230

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

204-
* Initial commit ([`508d054`](https://github.com/Askepios-ai/masterblaster.py/commit/508d054d787a51c77f4f9daba100ea1399f1f1c6))
233+
* Initial commit ([`508d054`](https://github.com/nohr-ai/masterblaster.py/commit/508d054d787a51c77f4f9daba100ea1399f1f1c6))

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.8"
16+
version = "0.1.0-rc.9"
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.8"
5+
__version__ = "0.1.0-rc.9"
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.8"
7+
version = "0.1.0-rc.9"
88
authors = ["Øyvind Nohr <[email protected]>"]
99
description = "Python API wrapper for masterblaster.gg"
1010
readme = "README.md"

0 commit comments

Comments
 (0)