diff --git a/CHANGELOG.md b/CHANGELOG.md index dce04659..53f61a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo ## unreleased + - refactor: Begin migration of test suite to Busted + - docs: Make documentation pages more navigable + - chore: Remove incrementing version from development Rockspec (`SCM-3`->`dev-1`) - deprecate: `permute.iter`, renamed to `permute.order_iter` (removal later) [#360](https://github.com/lunarmodules/Penlight/pull/360) - deprecate: `permute.table`, renamed to `permute.order_table` (removal later) @@ -14,7 +17,7 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo [#360](https://github.com/lunarmodules/Penlight/pull/360) -## 1.9.1 (2020-09-27) +## 1.9.2 (2020-09-27) - fix: dir.walk [#350](https://github.com/lunarmodules/Penlight/pull/350) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b99b656..9f6978c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,8 @@ before making more changes - that way we can take in each change separately. - create a new release branch - update `./lua/pl/utils.lua` (the `_VERSION` constant) - update `./config.ld` with the new version number - - create a new rockspec file for the version in `./rockspecs` + - copy dev rockspec file to release filename in in `./rockspecs` and match version in rockspec + - [until we hit 2.0.0] edit rockspec, drop `description.issue_url`, `test_dependencies`, `test`, and `rockspec_format` keys - check the `./CHANGELOG.md` files for completeness - commit the release related changes - render the documentation using `ldoc .`