Skip to content

Commit 68e36ea

Browse files
committed
Update changelog, bump version
1 parent 93091a6 commit 68e36ea

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.9 - 2020-07-29]
9+
10+
New features:
11+
- Implement sorting by package popularity for declarations.
12+
- Add app version info to the footer.
13+
- Scroll to document top when search bar gets focus.
14+
- Group modules by package in the sidebar (#34)
15+
16+
Bugfixes:
17+
- Fix CLI autocompleter (now works correctly with capital letters).
18+
19+
## [0.0.8 - 2020-01-18]
20+
21+
Skipped due to failed deployment.
22+
23+
## [0.0.7 - 2020-01-18]
24+
25+
Changes:
26+
- Consider something a builtin when there's no `sourceSpan` (#32)
27+
828
## [0.0.6 - 2019-11-29]
929

1030
New features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-docs-search",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Search frontend for the documentation generated by the PureScript compiler.",
55
"directories": {
66
"test": "test"

src/Docs/Search/Config.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ config ::
3030
, typeIndexDirectory :: String
3131
}
3232
config =
33-
{ version: "0.0.8"
33+
{ version: "0.0.9"
3434
, outputDirectory: "output"
3535
, requiredDirectories:
3636
[ "generated-docs"

0 commit comments

Comments
 (0)