Prepare for patch release with fixed Windows build

pull/381/head 0.36.1
Wilfred Hughes 2022-09-17 23:54:20 +07:00
parent d5ae17d3d5
commit 88222e83c4
4 changed files with 9 additions and 4 deletions

@ -35,7 +35,7 @@ jobs:
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-gnu
- target: x86_64-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}
steps:

@ -1,6 +1,11 @@
## 0.37 (unreleased)
## 0.36 (release 17th September 2022)
## 0.36.1 (released 17th September 2022)
Fixed a release script that prevented 0.36.0 from including Windows
binaries.
## 0.36 (released 17th September 2022)
### Diffing

2
Cargo.lock generated

@ -185,7 +185,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
version = "0.37.0"
version = "0.36.1"
dependencies = [
"atty",
"bumpalo",

@ -4,7 +4,7 @@ description = "A structural diff that understands syntax."
repository = "https://github.com/wilfred/difftastic"
homepage = "http://difftastic.wilfred.me.uk/"
license = "MIT"
version = "0.37.0"
version = "0.36.1"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]