Skip to content

Commit

Permalink
chore(release): 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed May 6, 2024
1 parent 6f10dac commit ab1f26f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [2024.1.0](https://github.com/WuLiFang/Nuke/compare/v2024.0.0...v2024.1.0) (2024-05-06)

### Features

- **nuke:** add python2 project warning ([fc7ac0e](https://github.com/WuLiFang/Nuke/commit/fc7ac0e142860f97d7cc143ed8d3232e6e7b1e57))
- **nuke:** replace builtin psd layer breakout to support cjk layer name ([7c37886](https://github.com/WuLiFang/Nuke/commit/7c37886be5a658505847775f87e2d39d54ff3afe))
- update expire time to 2025-01-01 ([6f10dac](https://github.com/WuLiFang/Nuke/commit/6f10dac56e95cfd7e84f598c58964e944ec4410f))

## [2024.0.0](https://github.com/WuLiFang/Nuke/compare/v2023.2.0...v2024.0.0) (2024-01-08)

### Features
Expand Down
12 changes: 6 additions & 6 deletions lib/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

from datetime import datetime

VERSION = '2024.0.0'
RELEASE_DATE = datetime.fromtimestamp(1704680467)
LAST_GIT_COMMIT_DESCRIBE = 'v2023.2.0-20-gef32879'
LAST_GIT_COMMIT_HASH = 'ef328796d62f00f4df089348077b7b5c80fd63c0'
VERSION = '2024.1.0'
RELEASE_DATE = datetime.fromtimestamp(1714962291)
LAST_GIT_COMMIT_DESCRIBE = 'v2024.0.0-8-g6f10dac'
LAST_GIT_COMMIT_HASH = '6f10dac56e95cfd7e84f598c58964e944ec4410f'
LAST_GIT_COMMIT_AUTHOR_NAME = 'NateScarlet'
LAST_GIT_COMMIT_AUTHOR_EMAIL = '[email protected]'
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1704680366)
LAST_GIT_COMMIT_SUBJECT = 'feat: update expire time to 2024-07-01'
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1714962062)
LAST_GIT_COMMIT_SUBJECT = 'feat: update expire time to 2025-01-01'
LAST_GIT_COMMIT_BODY = ''
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.0.0
2024.1.0
12 changes: 6 additions & 6 deletions wulifang/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

from datetime import datetime

VERSION = '2024.0.0'
RELEASE_DATE = datetime.fromtimestamp(1704680468)
LAST_GIT_COMMIT_DESCRIBE = 'v2023.2.0-20-gef32879'
LAST_GIT_COMMIT_HASH = 'ef328796d62f00f4df089348077b7b5c80fd63c0'
VERSION = '2024.1.0'
RELEASE_DATE = datetime.fromtimestamp(1714962292)
LAST_GIT_COMMIT_DESCRIBE = 'v2024.0.0-8-g6f10dac'
LAST_GIT_COMMIT_HASH = '6f10dac56e95cfd7e84f598c58964e944ec4410f'
LAST_GIT_COMMIT_AUTHOR_NAME = 'NateScarlet'
LAST_GIT_COMMIT_AUTHOR_EMAIL = '[email protected]'
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1704680366)
LAST_GIT_COMMIT_SUBJECT = 'feat: update expire time to 2024-07-01'
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1714962062)
LAST_GIT_COMMIT_SUBJECT = 'feat: update expire time to 2025-01-01'
LAST_GIT_COMMIT_BODY = ''

0 comments on commit ab1f26f

Please sign in to comment.