Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Jul 7, 2022
1 parent 9b46b63 commit 8e1be58
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 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.26.5](https://github.com/NateScarlet/auto-derby/compare/v1.26.4...v1.26.5) (2022-07-07)

### Bug Fixes

- **plugin:** race_campaign: update data ([9b46b63](https://github.com/NateScarlet/auto-derby/commit/9b46b636d5838c82a541001b57dabb0f0c1a7a04))
- should convert screenshot format ([6dfecac](https://github.com/NateScarlet/auto-derby/commit/6dfecacd1bb13301c56862a9f828fa3f15e5ed15)), closes [#328](https://github.com/NateScarlet/auto-derby/issues/328)

## [1.26.4](https://github.com/NateScarlet/auto-derby/compare/v1.26.3...v1.26.4) (2022-07-05)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 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.26.4"
RELEASE_DATE = datetime.fromtimestamp(1657037348)
LAST_GIT_COMMIT_DESCRIBE = "v1.26.3-3-g6929600"
LAST_GIT_COMMIT_HASH = "6929600e777ed5c9f6147bd696f4ff1039767bb1"
VERSION = "1.26.5"
RELEASE_DATE = datetime.fromtimestamp(1657222595)
LAST_GIT_COMMIT_DESCRIBE = "v1.26.4-3-g9b46b63"
LAST_GIT_COMMIT_HASH = "9b46b636d5838c82a541001b57dabb0f0c1a7a04"
LAST_GIT_COMMIT_AUTHOR_NAME = "NateScarlet"
LAST_GIT_COMMIT_AUTHOR_EMAIL = "NateScarlet@Gmail.com"
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1657037270)
LAST_GIT_COMMIT_SUBJECT = "refactor: simplify code"
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1657222183)
LAST_GIT_COMMIT_SUBJECT = "fix(plugin): race_campaign: update data"
LAST_GIT_COMMIT_BODY = ""
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.4
1.26.5

0 comments on commit 8e1be58

Please sign in to comment.