Skip to content

Commit

Permalink
chore(release): 1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Feb 18, 2022
1 parent ed22a30 commit a7b014c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.15.4](https://github.com/NateScarlet/auto-derby/compare/v1.15.3...v1.15.4) (2022-02-18)

### Bug Fixes

- last_screenshot corrupt ([c3a2289](https://github.com/NateScarlet/auto-derby/commit/c3a2289054f569dfdf8e20deae36894b63859774)), closes [#235](https://github.com/NateScarlet/auto-derby/issues/235)
- **single-mode:** update templates ([ed22a30](https://github.com/NateScarlet/auto-derby/commit/ed22a30e1102cac79e6bda8e0db97130288fc7f3)), closes [#232](https://github.com/NateScarlet/auto-derby/issues/232) [#233](https://github.com/NateScarlet/auto-derby/issues/233) [#234](https://github.com/NateScarlet/auto-derby/issues/234)

## [1.15.3](https://github.com/NateScarlet/auto-derby/compare/v1.15.2...v1.15.3) (2022-02-14)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions auto_derby/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

from datetime import datetime

VERSION = "1.15.3"
RELEASE_DATE = datetime.fromtimestamp(1644854827)
LAST_GIT_COMMIT_DESCRIBE = "v1.15.2-1-g29ebb51"
LAST_GIT_COMMIT_HASH = "29ebb5182c30dbc9c3fa2a968683c34b92100115"
VERSION = "1.15.4"
RELEASE_DATE = datetime.fromtimestamp(1645197684)
LAST_GIT_COMMIT_DESCRIBE = "v1.15.3-2-ged22a30"
LAST_GIT_COMMIT_HASH = "ed22a30e1102cac79e6bda8e0db97130288fc7f3"
LAST_GIT_COMMIT_AUTHOR_NAME = "NateScarlet"
LAST_GIT_COMMIT_AUTHOR_EMAIL = "NateScarlet@Gmail.com"
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1644845869)
LAST_GIT_COMMIT_SUBJECT = "fix(plugin): race_campaign: update data"
LAST_GIT_COMMIT_BODY = ""
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1645190566)
LAST_GIT_COMMIT_SUBJECT = "fix(single-mode): update templates"
LAST_GIT_COMMIT_BODY = "fix #232\nfix #233\nfix #234"
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.3
1.15.4

0 comments on commit a7b014c

Please sign in to comment.