File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- # v.2.0.1 (Feb 2025)
1
+ # v.2.0.2 (May 2025)
2
+ - Add new boss metric ` Yama ` ` (yama) `
3
+
4
+
5
+ # v.2.0.2 (Feb 2025)
2
6
- Add new boss metric ` Royal Titans ` ` (the_royal_titans) `
3
7
4
8
# v2.0 (Jan 2025)
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " wom.py"
3
- version = " 2.0.1 "
3
+ version = " 2.0.2 "
4
4
description = " An asynchronous wrapper for the Wise Old Man API."
5
5
authors = [" Jonxslays" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 32
32
from typing import Final
33
33
34
34
__packagename__ : Final [str ] = "wom.py"
35
- __version__ : Final [str ] = "2.0.1 "
35
+ __version__ : Final [str ] = "2.0.2 "
36
36
__author__ : Final [str ] = "Jonxslays"
37
37
__copyright__ : Final [str ] = "2023-present Jonxslays"
38
38
__description__ : Final [str ] = "An asynchronous wrapper for the Wise Old Man API."
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ class Metric(BaseEnum):
191
191
Vetion = "vetion"
192
192
Vorkath = "vorkath"
193
193
Wintertodt = "wintertodt"
194
+ Yama = "yama"
194
195
Zalcano = "zalcano"
195
196
Zulrah = "zulrah"
196
197
@@ -319,6 +320,7 @@ class Metric(BaseEnum):
319
320
Metric .Vetion ,
320
321
Metric .Vorkath ,
321
322
Metric .Wintertodt ,
323
+ Metric .Yama ,
322
324
Metric .Zalcano ,
323
325
Metric .Zulrah ,
324
326
}
You can’t perform that action at this time.
0 commit comments