File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.8.13] - 2023-03-08
8
+ ### Added
9
+ - [ Profiles] Validate imported profiles
10
+
7
11
## [ 1.8.12] - 2023-03-01
8
12
### Added
9
13
- [ Databases] Debug logs
Original file line number Diff line number Diff line change 1
- # OctoBot-Commons [ 1.8.12 ] ( https://github.com/Drakkar-Software/OctoBot-Commons/blob/master/CHANGELOG.md )
1
+ # OctoBot-Commons [ 1.8.13 ] ( https://github.com/Drakkar-Software/OctoBot-Commons/blob/master/CHANGELOG.md )
2
2
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/b31f3ab3511744a5a5ca6b9bb48e77bb )] ( https://app.codacy.com/gh/Drakkar-Software/OctoBot-Commons?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Commons&utm_campaign=Badge_Grade_Dashboard )
3
3
[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot-Commons.svg )] ( https://pypi.python.org/pypi/OctoBot-Commons/ )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Commons/badge.svg?branch=master )] ( https://coveralls.io/github/Drakkar-Software/OctoBot-Commons?branch=master )
Original file line number Diff line number Diff line change 16
16
# License along with this library.
17
17
18
18
PROJECT_NAME = "OctoBot-Commons"
19
- VERSION = "1.8.12 " # major.minor.revision
19
+ VERSION = "1.8.13 " # major.minor.revision
20
20
21
21
MARKET_SEPARATOR = "/"
22
22
SETTLEMENT_ASSET_SEPARATOR = ":"
You can’t perform that action at this time.
0 commit comments