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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Jul 5, 2022
1 parent 6929600 commit 52c11f5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.4](https://github.com/NateScarlet/auto-derby/compare/v1.26.3...v1.26.4) (2022-07-05)

### Bug Fixes

- should deprecate template.g.screenshot_width ([9dcacbf](https://github.com/NateScarlet/auto-derby/commit/9dcacbf1427ee055b44a38f1d841747620c3a390)), closes [#322](https://github.com/NateScarlet/auto-derby/issues/322)

### Performance

- avoid unnecessary deepcopy ([bf45a5b](https://github.com/NateScarlet/auto-derby/commit/bf45a5b03a67fcb0fe5ddfb715068908d8db7d17))

## [1.26.3](https://github.com/NateScarlet/auto-derby/compare/v1.26.2...v1.26.3) (2022-07-02)

### 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.3"
RELEASE_DATE = datetime.fromtimestamp(1656777190)
LAST_GIT_COMMIT_DESCRIBE = "v1.26.2-4-gd13c7e2"
LAST_GIT_COMMIT_HASH = "d13c7e2f9980b82615157616d7d2440e902f156b"
VERSION = "1.26.4"
RELEASE_DATE = datetime.fromtimestamp(1657037348)
LAST_GIT_COMMIT_DESCRIBE = "v1.26.3-3-g6929600"
LAST_GIT_COMMIT_HASH = "6929600e777ed5c9f6147bd696f4ff1039767bb1"
LAST_GIT_COMMIT_AUTHOR_NAME = "NateScarlet"
LAST_GIT_COMMIT_AUTHOR_EMAIL = "NateScarlet@Gmail.com"
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1656772681)
LAST_GIT_COMMIT_SUBJECT = "refactor: use DeviceService"
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1657037270)
LAST_GIT_COMMIT_SUBJECT = "refactor: simplify code"
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.3
1.26.4

0 comments on commit 52c11f5

Please sign in to comment.