Compare commits

...

2 Commits

Author SHA1 Message Date
07e7f214f1 v3.0.1 2022-03-13 14:46:50 -04:00
3ad741514d Update CHANGELOG for v3.0.1 2022-03-13 14:46:32 -04:00
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## v3.0.1
### Fixes
- #156 - Avoid running configure operation twice
## v3.0.0 ## v3.0.0
- #136 - Move rsconscache into build directory - #136 - Move rsconscache into build directory

View File

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