summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen <mail@dbrgn.ch>2022-10-24 14:42:37 +0200
committerDanilo Bargen <mail@dbrgn.ch>2022-10-24 14:42:37 +0200
commit7c371a6852d4b2bdad280be766283abbf93e56ff (patch)
tree2d44820e21dfd361a44eb7de3a9ccc051f939edb
parentb10f8a9485b9803282634756008bc7eafb49c57d (diff)
Release v1.6.1v1.6.1
-rw-r--r--CHANGELOG.md20
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--docs/src/usage.txt2
4 files changed, 22 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7d61ae..874b2b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,20 @@ Possible log types:
- `[chore]` for maintenance work.
+### [v1.6.1][v1.6.1] (2022-10-24)
+
+Changes:
+
+- [fixed] Fix path source for custom pages dir ([#297])
+- [chore] Update dependendencies ([#299])
+
+Contributors to this version:
+
+- [Cyrus Yip][@CyrusYip]
+
+Thanks!
+
+
### [v1.6.0][v1.6.0] (2022-10-02)
It's been 9 months since the last release already! This is not a huge update
@@ -291,8 +305,9 @@ Thanks!
[@bl-ue]: https://github.com/bl-ue
[@Calinou]: https://github.com/Calinou
[@cam8001]: https://github.com/cam8001
-[@cyqsimon]: https://github.com/cyqsimon
[@cho-m]: https://github.com/cho-m
+[@cyqsimon]: https://github.com/cyqsimon
+[@CyrusYip]: https://github.com/CyrusYip
[@das-g]: https://github.com/das-g
[@dbrgn]: https://github.com/dbrgn
[@Delapouite]: https://github.com/Delapouite
@@ -337,6 +352,7 @@ Thanks!
[v1.4.1]: https://github.com/dbrgn/tealdeer/compare/v1.4.0...v1.4.1
[v1.5.0]: https://github.com/dbrgn/tealdeer/compare/v1.4.1...v1.5.0
[v1.6.0]: https://github.com/dbrgn/tealdeer/compare/v1.5.0...v1.6.0
+[v1.6.1]: https://github.com/dbrgn/tealdeer/compare/v1.6.0...v1.6.1
[i34]: https://github.com/dbrgn/tealdeer/issues/34
[i43]: https://github.com/dbrgn/tealdeer/issues/43
@@ -401,3 +417,5 @@ Thanks!
[#287]: https://github.com/dbrgn/tealdeer/pull/287
[#290]: https://github.com/dbrgn/tealdeer/pull/290
[#291]: https://github.com/dbrgn/tealdeer/pull/291
+[#297]: https://github.com/dbrgn/tealdeer/pull/297
+[#299]: https://github.com/dbrgn/tealdeer/pull/299
diff --git a/Cargo.lock b/Cargo.lock
index 68ed79c..baf16a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1099,7 +1099,7 @@ dependencies = [
[[package]]
name = "tealdeer"
-version = "1.6.0"
+version = "1.6.1"
dependencies = [
"anyhow",
"app_dirs2",
diff --git a/Cargo.toml b/Cargo.toml
index 9d4b7b4..de29b01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ name = "tealdeer"
readme = "README.md"
repository = "https://github.com/dbrgn/tealdeer/"
documentation = "https://dbrgn.github.io/tealdeer/"
-version = "1.6.0"
+version = "1.6.1"
include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png"]
rust-version = "1.62"
edition = "2021"
diff --git a/docs/src/usage.txt b/docs/src/usage.txt
index 9977a03..09edc5e 100644
--- a/docs/src/usage.txt
+++ b/docs/src/usage.txt
@@ -1,4 +1,4 @@
-tealdeer 1.6.0
+tealdeer 1.6.1
Danilo Bargen <mail@dbrgn.ch>, Niklas Mohrin <dev@niklasmohrin.de>
A fast TLDR client