Skip to content

Commit

Permalink
Bump version for v0.24!
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed Feb 19, 2023
1 parent c065e0f commit 63771c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too.


## v0.24-beta2

## v0.24
- **Added:** `filter` GET parameter to the `list` action, which filters the list of pages to contain only those containing the specified substring.
- **Fixed:** [Rest API] Documented `redirect` and `redirected_from` GET params to the `view` action.
- **Fixed:** Fixed bug where templating variables were not populated under some circumstances.
Expand Down
4 changes: 2 additions & 2 deletions apidoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pepperminty Wiki",
"version": "0.24.0-beta1",
"version": "0.24.0",
"description": "A wiki in a box. This is the API documentation.",
"title": "Pepperminty Wiki (0.24-beta1)"
"title": "Pepperminty Wiki (0.24)"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pepperminty-wiki",
"version": "0.24.0-beta1",
"version": "0.24.0",
"description": "A wiki in a box",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.24-beta2
v0.24

0 comments on commit 63771c4

Please sign in to comment.