Skip to content

Commit f1405af

Browse files
committed
chore: Bump version to 0.2.2
1 parent 4003145 commit f1405af

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.2 (2022-03-10)
9+
10+
- Changes
11+
- Improve `docx` `pptx` and `xlsx` matcher performance by replacing `:zip.unzip/2` with `:binary.match/2`.
12+
- Add optional second argument, `byte_size`, to `Infer.get_from_path/2` to allow checking only the necessary part of the file.
13+
814
## 0.2.1 (2022-03-10)
915

1016
- Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Infer.MixProject do
44
def project do
55
[
66
app: :infer,
7-
version: "0.2.1",
7+
version: "0.2.2",
88
elixir: "~> 1.10",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)