Skip to content

Commit

Permalink
11.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 6, 2024
1 parent 73d4a0d commit a3127dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v11.2.1 (2024-05-06)

### Fix

* fix: linter warnings from moving the shebang from line 1 ([`73d4a0d`](https://github.com/eyeonus/Trade-Dangerous/commit/73d4a0d25a633b6cd622459369b8ca9ef044f83a))

* fix: multiple options to --pad-size and others was no-longer working ([`f69dffd`](https://github.com/eyeonus/Trade-Dangerous/commit/f69dffd66c7c0e2f0b0acb7227bf9d96a9d380fd))

### Refactor

* refactor: simplify the system-purge operation to not copy/move data and abuse the db ([`ab75113`](https://github.com/eyeonus/Trade-Dangerous/commit/ab75113ed910ad1301e60376ed0f3d4ae8de6891))


## v11.2.0 (2024-05-05)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion tradedangerous/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"""just keeper of current version"""

# TODO: remember to update tests when version changes
__version__ = '11.2.0'
__version__ = '11.2.1'

0 comments on commit a3127dc

Please sign in to comment.