Skip to content

Commit

Permalink
0.26.1 to fix --update unzipping
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 21, 2021
1 parent 584aa65 commit f54e2df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.26.1] - 2021-12-21
### Fixed
* explicitly include `deflate` compression method for self_update. Otherwise, `--update` unzipping doesn't work.
## [0.26.0] - 2021-12-21
### Changed
* `fetch` refinements. Still WIP, but usable (See [#77](https://github.com/jqnatividad/qsv/issues/77))
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qsv"
version = "0.26.0" #:version
version = "0.26.1" #:version
authors = ["Joel Natividad <[email protected]>"]
description = "A high performance CSV command line toolkit."
documentation = "https://docs.rs/crate/qsv"
Expand Down

0 comments on commit f54e2df

Please sign in to comment.