Skip to content

Commit

Permalink
Merge branch 'release/0.1.7'
Browse files Browse the repository at this point in the history
A small bugfix release to better work with statistics
  • Loading branch information
credmp committed May 26, 2022
2 parents 89a8339 + e90da41 commit 16befca
Show file tree
Hide file tree
Showing 9 changed files with 540 additions and 425 deletions.
172 changes: 121 additions & 51 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hed"
version = "0.1.6"
edition = "2021"
version = "0.1.7"
edition = "2018"
license = "GPL-3.0-or-later"
authors = ["Arjen Wiersma <arjen@wiersma.org>"]
categories = ["command-line-utilities"]
Expand All @@ -16,7 +16,7 @@ readme = "README.md"
name = "hed"

[dependencies]
clap = "2"
clap = {version = "3", features = ["derive"]}
color-eyre = "0.5.11"
faccess = "0.2.3"
regex = "1.5.4"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/credmp/hed">
<img src="images/logo.png" alt="Logo" width="80" height="80">
</a>
<!-- <a href="https://github.com/credmp/hed"> -->
<!-- <img src="images/logo.png" alt="Logo" width="80" height="80"> -->
<!-- </a> -->

<h3 align="center">Host EDitor</h3>

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.56.0
1.61.0
Loading

0 comments on commit 16befca

Please # to comment.