@ -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
@ -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"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]