Skip to content

Commit

Permalink
bump version to 50.05-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 21, 2023
1 parent a98c4c0 commit bb16009
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ endif()

# set up versioning.
set(DF_VERSION "50.05")
set(DFHACK_RELEASE "alpha1")
set(DFHACK_RELEASE "alpha2")
set(DFHACK_PRERELEASE TRUE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
Expand Down
10 changes: 7 additions & 3 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## New Plugins

## Fixes
- `autofarm`: don't duplicate status line entries for crops with no current supply
- `orders`: allow the orders library to be listed and imported properly (if you previously copied the orders library into your ``dfhack-config/orders`` directory to work around this bug, you can remove those files now)
- `tailor`: now respects the setting of the "used dyed clothing" standing order toggle

## Misc Improvements

Expand All @@ -50,6 +47,13 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:

## Removed

# 50.05-alpha2

## Fixes
- `autofarm`: don't duplicate status line entries for crops with no current supply
- `orders`: allow the orders library to be listed and imported properly (if you previously copied the orders library into your ``dfhack-config/orders`` directory to work around this bug, you can remove those files now)
- `tailor`: now respects the setting of the "used dyed clothing" standing order toggle

# 50.05-alpha1

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+4 −0 changelog.txt
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 2 files
+8 −2 changelog.txt
+2 −1 exterminate.lua

0 comments on commit bb16009

Please sign in to comment.