Skip to content

Commit 162c7c8

Browse files
committed
Version bump
Signed-off-by: dssecret <[email protected]>
1 parent 18dbf3d commit 162c7c8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.adoc

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,28 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
77

88

99
== [UNRELEASED]
10+
11+
== 0.3.1 - May 3, 2023
1012
=== Added
1113
- [dev] Added pre-commit support
1214
- [tornium-commons] Added docstrings
1315
- [tornium-commons] Added Discord rateliming buckets
1416
- [tornium-commons] Added support for Redis Lua scripts
1517
- [dev] Added prettier support
1618
- Added next support via session for authentication
19+
- [in-prog] Added frontend support for stocks notifications
1720

1821
=== Changed
1922
- [tornium-celery] Changed Discord ratelimiting to use Discord buckets that follow spec
2023

2124
=== Deprecated
2225
- Deprecated assist request forwarding options (to be removed in the v0.5.x release cycle)
26+
- Deprecated AttackModel and related endpoints (to be removed in the v0.4.x release cycle)
2327

2428
=== Fixed
2529
- Fixed OD logger enable/disable configuration
2630

27-
== 0.3.0
31+
== 0.3.0 - Mar 17, 2023
2832
=== Added
2933
- Migrated config to use `utils.config.Config` from `settings.py` (#117)
3034
- Added `user.fetch_attacks_runner` and `user.stat_db_attacks_user`
@@ -52,7 +56,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
5256
- [tornium-celery] Removed `autosleep` parameter from `tasks.api.tornget` and `tasks.api.torn_stats_get`
5357

5458

55-
== 0.2.0
59+
== 0.2.0 - Feb 14, 2023
5660
=== Added
5761
- Added attack saving into DB via AttackModel
5862
- Added personal stat model
@@ -88,5 +92,5 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
8892
- Removed ddtrace required dependency (now optional)
8993
- Removed admin endpoints
9094

91-
== 0.1.0 - Initial Public Release
95+
== 0.1.0 - Jan 26, 2023
9296
- Added all pre-existing features

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
description = "A website and Discord bot to assist with the playing of Torn City developed with love <3"
4242
keywords = ["torn", "torn-city", "torn-city-api", "flask", "discord", "celery"]
4343
name = "Tornium-Pro"
44-
version = "0.2.0"
44+
version = "0.3.1"
4545

4646
[project.optional-dependencies]
4747
dev = [

0 commit comments

Comments
 (0)