Skip to content

Commit

Permalink
Bump version to 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed May 14, 2020
1 parent 58d70c2 commit ff0b726
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ The current and past members of the MkDocs team.
* [@d0ugal](https://github.com/d0ugal/)
* [@waylan](https://github.com/waylan/)

## Version 1.1.2 (Under development)
## Version 1.1.2 (2020-05-14)

* Bugfix: Normalize IP addresses and change error to warning (#2108).
* Bugfix: Normalize IP addresses and change unsupported address error to a
warning (#2108).

## Version 1.1.1 (2020-05-12)

* Bugfix: Allow compressed sitemap to be deterministic by supporting the
`SOURCE_DATE_EPOCH` environment variable (#2100).
* Bugfix: Use README.md as index.html even if use_directory_urls is false (#2081).
* Bugfix: Use `README.md` as `index.html` even if `use_directory_urls` is false
(#2081).
* Bugfix: Ignore links which start with a backslash (#1680).
* Bugfix: Pass `builder` to the `on_serve` event so that it can be passed to
`server.watch` by plugins (#1952).
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
__version__ = '1.1.1'
__version__ = '1.1.2'

0 comments on commit ff0b726

Please sign in to comment.