Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #18

Merged
merged 3 commits into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 5 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0 (2022-06-23)
## [1.0.0](https://github.com/netlify/binary-info/compare/v1.0.0...v1.0.0) (2022-06-23)


### ⚠ BREAKING CHANGES
Expand All @@ -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