Skip to content

Commit

Permalink
(cargo-release) version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anomalocaridid committed Mar 17, 2024
1 parent 17b13a7 commit 433efd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 assets/manual/man1/handlr.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH handlr 1 "handlr 0.9.0"
.TH handlr 1 "handlr 0.10.0"
.SH NAME
handlr \- Fork of handlr with regex support
.SH SYNOPSIS
Expand Down Expand Up @@ -49,4 +49,4 @@ Remove a given handler from a given mime/extension
handlr\-mime(1)
Get the mimetype of a given file/URL
.SH VERSION
v0.9.0
v0.10.0
3 changes: 2 additions & 1 deletion handlr-regex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "handlr-regex"
version = "0.9.0"
version = "0.10.0"
authors = ["Duncan Russell <[email protected]>", "Gregory <[email protected]>"]
edition = "2018"
license = "MIT"
description = "Fork of handlr with regex support"
repository = "https://github.com/Anomalocaridid/handlr-regex"
readme = "../README.md"

[dependencies]
pest = "2.1.3"
Expand Down

0 comments on commit 433efd0

Please sign in to comment.