Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
begleynk committed Apr 2, 2022
1 parent 6fbb931 commit ad1888f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Starting from version 0.4.0, Doctave will maintain this changelog to describe ch
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.2](https://github.com/Doctave/doctave/releases/tag/0.4.2) 2022-04-02

### Fixed

- Fix loading of Prism grammars when using a subdomain [#40](https://github.com/Doctave/doctave/issues/34)([@oeb25](https://github.com/oeb25))

## [0.4.1](https://github.com/Doctave/doctave/releases/tag/0.4.1) 2022-01-05

### Fixed
Expand Down Expand Up @@ -33,4 +39,4 @@ This was the biggest release since the initial introduction of Doctave, adding a

- Build failure when including the root path in the navigation hierarchy [#18](https://github.com/Doctave/doctave/issues/18)
([@datdenkikniet](https://github.com/datdenkikniet))
- Right side navigation not including text from code blocks in headings [#15](https://github.com/Doctave/doctave/issues/15)
- Right side navigation not including text from code blocks in headings [#15](https://github.com/Doctave/doctave/issues/15)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "doctave"
version = "0.4.1"
version = "0.4.2"
authors = ["Niklas Begley <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can also use the Rust package manager, Cargo, to install Doctave. Currently
listed on crates.io, but you can install it directly from GitHub:

```
$ cargo install --git https://github.com/Doctave/doctave --tag 0.4.1
$ cargo install --git https://github.com/Doctave/doctave --tag 0.4.2
```

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ You can also use the Rust package manager, Cargo, to install Doctave. Currently
listed on crates.io, but you can install it directly from GitHub:

```
$ cargo install --git https://github.com/Doctave/doctave --tag 0.4.1
$ cargo install --git https://github.com/Doctave/doctave --tag 0.4.2
```

0 comments on commit ad1888f

Please sign in to comment.