Skip to content

Commit

Permalink
version 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Dec 15, 2022
1 parent 4641155 commit b93d834
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### next
### v1.17.1 - 2022-12-15
<a name="v1.17.1"></a>
- Windows specific implementation of :cpp

### v1.17.0 - 2022-12-09
Expand Down
44 changes: 21 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "broot"
version = "1.17.1-dev"
version = "1.17.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
Expand Down Expand Up @@ -57,7 +57,7 @@ splitty = "1.0"
strict = "0.1.4"
syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
termimad = "0.20.3"
termimad = "0.20.5"
terminal-clipboard = { version = "0.3.1", optional = true }
terminal-light = "1.0.1"
toml = "0.5"
Expand Down

0 comments on commit b93d834

Please sign in to comment.