|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## v0.1.0-rc.9 (2024-08-06) |
3 | 4 |
|
| 5 | +### Feature |
4 | 6 |
|
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)) |
6 | 18 |
|
7 | 19 | ### Fix |
8 | 20 |
|
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)) |
10 | 22 |
|
| 23 | +### Unknown |
11 | 24 |
|
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) |
13 | 42 |
|
14 | 43 | ### Fix |
15 | 44 |
|
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 |
17 | 50 |
|
| 51 | +* fix: mb includes boolean for all teams ready (#34) ([`4240254`](https://github.com/nohr-ai/masterblaster.py/commit/4240254e4154eab684af1ab7db7dceafbcc1605c)) |
18 | 52 |
|
19 | 53 | ## v0.1.0-rc.6 (2023-10-02) |
20 | 54 |
|
21 | 55 | ### Fix |
22 | 56 |
|
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)) |
25 | 58 |
|
26 | 59 | ## v0.1.0-rc.5 (2023-10-02) |
27 | 60 |
|
28 | 61 | ### Build |
29 | 62 |
|
30 | 63 | * build: set masterblaster token as env-var (#32) |
31 | 64 |
|
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)) |
37 | 70 |
|
38 | 71 | ### Chore |
39 | 72 |
|
40 | 73 | * chore: update readme and docs (#30) |
41 | 74 |
|
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)) |
45 | 78 |
|
46 | 79 | ### Fix |
47 | 80 |
|
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)) |
49 | 82 |
|
50 | 83 | ### Unknown |
51 | 84 |
|
52 | 85 | * O/dev (#31) |
53 | 86 |
|
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 |
57 | 88 |
|
| 89 | +* fix: masterblaster now supports(temporarily) csgo and cs2, requiring version specifiers ([`47e2540`](https://github.com/nohr-ai/masterblaster.py/commit/47e25408f64bd8d751590057c8208bd41e599eb1)) |
58 | 90 |
|
59 | 91 | ## v0.1.0-rc.4 (2023-09-24) |
60 | 92 |
|
61 | 93 | ### Fix |
62 | 94 |
|
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)) |
65 | 96 |
|
66 | 97 | ## v0.1.0-rc.3 (2023-09-23) |
67 | 98 |
|
68 | 99 | ### Documentation |
69 | 100 |
|
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)) |
71 | 102 |
|
72 | 103 | ### Fix |
73 | 104 |
|
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)) |
75 | 106 |
|
76 | 107 | ### Unknown |
77 | 108 |
|
78 | 109 | * New features, test and wrappings (#25) |
79 | 110 |
|
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 |
85 | 114 |
|
| 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)) |
86 | 116 |
|
87 | 117 | ## v0.1.0-rc.2 (2023-09-15) |
88 | 118 |
|
89 | 119 | ### Build |
90 | 120 |
|
91 | 121 | * build: publish rc and release to pypi (#18) |
92 | 122 |
|
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)) |
94 | 124 |
|
95 | 125 | * build: poetry build before publish (#17) |
96 | 126 |
|
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)) |
98 | 128 |
|
99 | 129 | * build: release to pypi-indexes based on branch name (#15) |
100 | 130 |
|
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)) |
102 | 132 |
|
103 | 133 | ### Documentation |
104 | 134 |
|
105 | 135 | * docs: installation line with python (#19) |
106 | 136 |
|
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)) |
108 | 138 |
|
109 | 139 | ### Fix |
110 | 140 |
|
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)) |
113 | 142 |
|
114 | 143 | ## v0.1.0-rc.1 (2023-09-15) |
115 | 144 |
|
116 | 145 | ### Build |
117 | 146 |
|
118 | 147 | * build: testing with new tokens (#14) |
119 | 148 |
|
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)) |
121 | 150 |
|
122 | 151 | * build: use user token (#12) |
123 | 152 |
|
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)) |
125 | 154 |
|
126 | 155 | ### Chore |
127 | 156 |
|
128 | 157 | * chore: updated readme with doc badges for latest/beta (#5) |
129 | 158 |
|
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)) |
133 | 162 |
|
134 | 163 | ### Documentation |
135 | 164 |
|
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)) |
137 | 166 |
|
138 | 167 | ### Feature |
139 | 168 |
|
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)) |
141 | 170 |
|
142 | 171 | ### Fix |
143 | 172 |
|
144 | 173 | * fix: missing documentation theme (#8) |
145 | 174 |
|
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)) |
149 | 178 |
|
150 | 179 | ### Refactor |
151 | 180 |
|
152 | 181 | * refactor: poetry uploads homepage and docs to pypi, bump version (#6) |
153 | 182 |
|
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)) |
155 | 184 |
|
156 | 185 | ### Unknown |
157 | 186 |
|
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)) |
159 | 188 |
|
160 | 189 | * CI Build and Release (#10) |
161 | 190 |
|
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)) |
185 | 214 |
|
186 | 215 | * Docs (#7) |
187 | 216 |
|
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)) |
191 | 220 |
|
192 | 221 | * RTD (#3) (#4) |
193 | 222 |
|
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)) |
201 | 230 |
|
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)) |
203 | 232 |
|
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)) |
0 commit comments