Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#18)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.0

* Update CHANGELOG.md

Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tschinder <231804+danez@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] and danez authored Jun 23, 2022
1 parent 9e97df0 commit c65c379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
25 changes: 4 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,11 @@

### Features

* Rename package to binary-info and fix release ([#15](https://github.com/netlify/elf-cam/issues/15)) ([0d59e30](https://github.com/netlify/elf-cam/commit/0d59e30e7088620060bc021dc6ba2e8a5650a2ae))
* Return also architecture and platform ([#8](https://github.com/netlify/elf-cam/issues/8)) ([6aa4a95](https://github.com/netlify/elf-cam/commit/6aa4a956a8916b63846040179e28588d9a362a7f))
* Rename package to binary-info and fix release ([#15](https://github.com/netlify/binary-info/issues/15)) ([0d59e30](https://github.com/netlify/binary-info/commit/0d59e30e7088620060bc021dc6ba2e8a5650a2ae))
* Return also architecture and platform ([#8](https://github.com/netlify/binary-info/issues/8)) ([6aa4a95](https://github.com/netlify/binary-info/commit/6aa4a956a8916b63846040179e28588d9a362a7f))


### Miscellaneous Chores

* fix release workflow ([#13](https://github.com/netlify/elf-cam/issues/13)) ([0aade15](https://github.com/netlify/elf-cam/commit/0aade15d09809e3433fc5e7520a682ac03243faf))

## [1.0.1](https://github.com/netlify/elf-cam/compare/v1.0.0...v1.0.1) (2022-06-23)


### Miscellaneous Chores

* fix release workflow ([#13](https://github.com/netlify/elf-cam/issues/13)) ([0aade15](https://github.com/netlify/elf-cam/commit/0aade15d09809e3433fc5e7520a682ac03243faf))

## [1.0.0](https://github.com/netlify/elf-cam/compare/v0.1.1...v1.0.0) (2022-06-23)


### ⚠ BREAKING CHANGES

* The result is now non-nullable and it is a struct with the fields `arch`, `platform`, `runtime`. Runtime is nullable as we can only detect it for ELF binaries for now. If `platform` or `arch` cannot be detected it will throw.

### Features

* Return also architecture and platform ([#8](https://github.com/netlify/elf-cam/issues/8)) ([6aa4a95](https://github.com/netlify/elf-cam/commit/6aa4a956a8916b63846040179e28588d9a362a7f))
* Fix release ([#17](https://github.com/netlify/binary-info/issues/17)) ([9e97df0](https://github.com/netlify/binary-info/commit/9e97df06d34ca1e5d9dff0b03d684392d4ae736f))
* fix release workflow ([#13](https://github.com/netlify/binary-info/issues/13)) ([0aade15](https://github.com/netlify/binary-info/commit/0aade15d09809e3433fc5e7520a682ac03243faf))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binary-info"
version = "0.1.1"
version = "1.0.0"
authors = ["David Calavera <david.calavera@gmail.com>"]
edition = "2018"
repository = "https://github.com/netlify/binary-info"
Expand Down

0 comments on commit c65c379

Please sign in to comment.