Skip to content

Commit

Permalink
Minor relase
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Oct 31, 2018
1 parent 583638d commit 330e7d5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

Changes from 1.11.0 to 1.12.0
=============================

* Favicon support when serving Markdown files.
* More minimal `--lua` mode.
* Using the new `strings.Builder` in Go.
* Better Markdown keyword handling.
* Update vendored dependencies.
* Include transmitted bytes in the access log.
* Detect `style.css` in addition to `style.gcss`.
* Better Markdown checkbox support.
* Some refactoring and linting.

Changes from 1.10.1 to 1.11.0
=============================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ Other resources
General information
-------------------

* Version: 1.11.0
* Version: 1.12.0
* License: MIT
* Alexander F. Rødseth <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
versionString = "Algernon 1.11.0"
versionString = "Algernon 1.12.0"
description = "QUIC Web Server"
)

Expand Down

0 comments on commit 330e7d5

Please sign in to comment.