Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWise committed Feb 14, 2022
1 parent 19eaf6d commit 0dc3102
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
WIP
===
0.4.0 (2022-02-13)
=====

* Support reading files from a Git repo [#34](https://github.com/AustinWise/smeagol/issues/34)
* Support writing files to a Git repo [#35](https://github.com/AustinWise/smeagol/issues/35)
* Improve layout on mobile.
* Rename the settings in `smeagol.toml` to use kebob-case, rather than
snake_case. Specifically `h1_title` was renamed to `h1-title` and `index_page`
was renamed to `index-page`. This matches `Cargo.toml`'s use of kebob-case.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smeagol-wiki"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
description = "A personal wiki webserver. Work in progress."
license = "MIT"
Expand Down

0 comments on commit 0dc3102

Please sign in to comment.