Skip to content

Releases: bojand/infer

v0.6.0

09 Jan 01:07
Compare
Choose a tag to compare

Changelog

v0.6.0 - 2022-01-08

Build

Commits

  • 86d2221 update cargo version
  • eee4d6a Merge pull request #48 from hannesbraun/aiff-support
  • 747e509 Add AIFF support
  • 75148c2 fix linting issues with assert_eq!()
  • 3eccccb add test and docs for Type::metcher_type()

v0.5.0

23 May 23:54
Compare
Choose a tag to compare

Changelog

v0.5.0 - 2021-05-23

Build

Commits

  • 9c6da0d update cargo version
  • 9637d2f Merge pull request #44 from messense/odf
  • 9618b86 Add support for Open Document formats
  • b4f9d58 Merge pull request #40 from bojand/clippy-upper-case
  • a6643d9 Fix clippy::upper_case_acronyms

v0.4.0

12 Apr 13:29
Compare
Choose a tag to compare

Changelog

v0.4.0 - 2021-04-12

Build

Commits

v0.3.7

12 Apr 13:10
Compare
Choose a tag to compare

Changelog

v0.3.7 - 2021-04-12

Build

Commits

  • fa860c4 update cargo version
  • 5ef1427 Merge pull request #37 from messense/msooxml
  • 333d502 Allow clippy::upper-case-acronyms lint
  • b53188b Check docProps in msooxml matcher

v0.3.6

13 Mar 18:30
Compare
Choose a tag to compare

Changelog

v0.3.6 - 2021-03-13

Build

Commits

  • 3221954 update cargo version
  • 86a08ae Merge pull request #36 from bojand/msi_dll_coff
  • ff0851a fix formatting
  • c96434f add a single is_coff function that composes the individual architecture ones. add docs
  • 0b91198 fix format
  • 48ca43b add uspport for obj, dll, and coff object file formats

v0.3.5

05 Mar 00:15
Compare
Choose a tag to compare

Incorrect Usage. flag provided but not defined: -c

USAGE:
git-chglog [options]

There are the following specification methods for <tag query>.

1. <old>..<new> - Commit contained in <old> tags from <new>.
2. <name>..     - Commit from the <name> to the latest tag.
3. ..<name>     - Commit from the oldest tag to <name>.
4. <name>       - Commit contained in <name>.

OPTIONS:
--init generate the git-chglog configuration file in interactive (default: false)
--config value specifies a different configuration file to pick up (default: ".chglog/config.yml")
--output value output path and filename for the changelogs. If not specified, output to stdout
--next-tag value treat unreleased commits as specified tags (EXPERIMENTAL)
--silent disable stdout output (default: false)
--no-color disable color output (default: false) [$NO_COLOR]
--no-emoji disable emoji output (default: false) [$NO_EMOJI]
--no-case disable case sensitive filters (default: false)
--tag-filter-pattern value Regular expression of tag filter. Is specified, only matched tags will be picked
--help, -h show help (default: false)
--version, -v print the version (default: false)

EXAMPLE:

$ git-chglog

If <tag query> is not specified, it corresponds to all tags.
This is the simplest example.

$ git-chglog 1.0.0..2.0.0

The above is a command to generate CHANGELOG including commit of 1.0.0 to 2.0.0.

$ git-chglog 1.0.0

The above is a command to generate CHANGELOG including commit of only 1.0.0.

$ git-chglog $(git describe --tags $(git rev-list --tags --max-count=1))

The above is a command to generate CHANGELOG with the commit included in the latest tag.

$ git-chglog --output CHANGELOG.md

The above is a command to output to CHANGELOG.md instead of standard output.

$ git-chglog --config custom/dir/config.yml

The above is a command that uses a configuration file placed other than ".chglog/config.yml".

v0.3.4

02 Jan 19:16
Compare
Choose a tag to compare

Changelog

v0.3.4 - 2021-01-02

Build

Commits

v0.3.3

02 Jan 00:47
Compare
Choose a tag to compare

Changelog

v0.3.3 - 2021-01-01

Features

  • fc9046f add support for DER encoded X.509 certificate
  • c62f991 add dex and dey support

Build

Commits

v0.3.2

01 Dec 02:15
Compare
Choose a tag to compare

Changelog

v0.3.2 - 2020-11-30

Build

Commits

  • a203379 update cargo version
  • c4e825f Merge pull request #28 from ebkalderon/add-x-shellscript-support
  • 7791f61 Add support for text/x-shellscript

v0.3.1

22 Nov 20:16
Compare
Choose a tag to compare

Changelog

v0.3.1 - 2020-11-22

Build

Commits

  • 5e85472 update cargo version
  • d8e0120 Merge pull request #27 from ebkalderon/add-x-mach-binary-support
  • 7d92c9c Add support for application/x-mach-binary