Skip to content

Commit 53bdbda

Browse files
authored
Merge pull request #705 from axodotdev/release_0_6_4
release: 0.6.4
2 parents 86b8b2b + e42ec68 commit 53bdbda

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.6.5 - 2024-08-08
4+
5+
Fixes a bug where the linkchecker plugin would fail to locate documentation source on Unix OSs.
6+
37
## 0.6.3 - 2024-05-03
48

59
Lots of docs fixes and dependency updates thanks to @tshepang!

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "oranda"
33
description = "🎁 generate beautiful landing pages for your projects"
44
repository = "https://github.com/axodotdev/oranda"
55
homepage = "https://opensource.axo.dev/oranda"
6-
version = "0.6.3"
6+
version = "0.6.5"
77
edition = "2021"
88
authors = ["Axo Developer Co. <[email protected]>"]
99
license = "MIT OR Apache-2.0"
@@ -56,7 +56,7 @@ pathdiff = { version = "0.2.1", features = ["camino"] }
5656
minijinja = { version = "1.0.3", features = ["loader", "preserve_order", "custom_syntax"] }
5757
include_dir = "0.7.3"
5858
slug = "0.1.4"
59-
oranda-generate-css = { version = "0.6.3", path = "generate-css" }
59+
oranda-generate-css = { version = "0.6.5", path = "generate-css" }
6060
inquire = "0.6.2"
6161
url-escape = "0.1.1"
6262
rss = { version = "2.0.6", features = ["atom"] }

generate-css/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oranda-generate-css"
3-
version = "0.6.3"
3+
version = "0.6.5"
44
description = "the part of oranda that generates CSS"
55
repository = "https://github.com/axodotdev/oranda"
66
homepage = "https://opensource.axo.dev/oranda"

0 commit comments

Comments
 (0)