From c65c379e60fb66b102e3e4a8141488ca8dc28f9c Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 19:08:15 +0000 Subject: [PATCH] chore(main): release 1.0.0 (#18) * 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> --- CHANGELOG.md | 25 ++++--------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 817e019..0c19895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/Cargo.toml b/Cargo.toml index 6ace8f2..18e9ba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binary-info" -version = "0.1.1" +version = "1.0.0" authors = ["David Calavera "] edition = "2018" repository = "https://github.com/netlify/binary-info"