This commit is contained in:
Josh Holtrop 2022-08-11 14:57:26 -04:00
parent c48526fd97
commit 33b606ccb1
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
## v3.1.0
### New Features
- #162 - Improve configuration error messages
- #163 - Ruby 3.2 compatibility
### Fixes
- #161 - builder registered during build hooks should increase build step count
## v3.0.2
### Fixes

View File

@ -1,4 +1,4 @@
module Rscons
# Project version.
VERSION = "3.0.2"
VERSION = "3.1.0"
end