Skip to content

Commit

Permalink
release: cut the v0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wfscheper committed Dec 1, 2020
1 parent 9ec84ce commit 6b458e5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"MD012": {
"maximum": 2
},
"MD013": false
"MD013": false,
"MD024": {
"siblings_only": true
}
}
1 change: 0 additions & 1 deletion .stentor.d/26.fix.template-functions.md

This file was deleted.

8 changes: 0 additions & 8 deletions .stentor.d/28.fix.start-comment-scanning.md

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,29 @@ Changes for the next release can be found in the [".stentor.d" directory](./.ste

<!-- stentor output starts -->

## [v0.2.2] - 2020-11-30

### Fixed

- Pass `indent` and `repeat` template functions to custom templates.
[#26](https://github.com/wfscheper/stentor/issues/26)
- Fixed an issue where `stentor` could fail to find the start comment.

The original way `stentor` scanned for the start comment
worked so long as the newline after the comment
didn't align just after the end of the internal read buffer.
To fix that,
stentor now scans the end of the read buffer
looking for partial matches with the start comment.
[#28](https://github.com/wfscheper/stentor/issues/28)


[v0.2.2]: https://github.com/wfscheper/stentor/compare/v0.2.1...v0.2.2


----


## [v0.2.1] - 2020-11-12

### Fixed
Expand Down

0 comments on commit 6b458e5

Please sign in to comment.