Skip to content

Commit c65c379

Browse files
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 <[email protected]>
1 parent 9e97df0 commit c65c379

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

CHANGELOG.md

+4-21
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,11 @@
99

1010
### Features
1111

12-
* 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))
13-
* Return also architecture and platform ([#8](https://github.com/netlify/elf-cam/issues/8)) ([6aa4a95](https://github.com/netlify/elf-cam/commit/6aa4a956a8916b63846040179e28588d9a362a7f))
12+
* 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))
13+
* Return also architecture and platform ([#8](https://github.com/netlify/binary-info/issues/8)) ([6aa4a95](https://github.com/netlify/binary-info/commit/6aa4a956a8916b63846040179e28588d9a362a7f))
1414

1515

1616
### Miscellaneous Chores
1717

18-
* fix release workflow ([#13](https://github.com/netlify/elf-cam/issues/13)) ([0aade15](https://github.com/netlify/elf-cam/commit/0aade15d09809e3433fc5e7520a682ac03243faf))
19-
20-
## [1.0.1](https://github.com/netlify/elf-cam/compare/v1.0.0...v1.0.1) (2022-06-23)
21-
22-
23-
### Miscellaneous Chores
24-
25-
* fix release workflow ([#13](https://github.com/netlify/elf-cam/issues/13)) ([0aade15](https://github.com/netlify/elf-cam/commit/0aade15d09809e3433fc5e7520a682ac03243faf))
26-
27-
## [1.0.0](https://github.com/netlify/elf-cam/compare/v0.1.1...v1.0.0) (2022-06-23)
28-
29-
30-
### ⚠ BREAKING CHANGES
31-
32-
* 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.
33-
34-
### Features
35-
36-
* Return also architecture and platform ([#8](https://github.com/netlify/elf-cam/issues/8)) ([6aa4a95](https://github.com/netlify/elf-cam/commit/6aa4a956a8916b63846040179e28588d9a362a7f))
18+
* Fix release ([#17](https://github.com/netlify/binary-info/issues/17)) ([9e97df0](https://github.com/netlify/binary-info/commit/9e97df06d34ca1e5d9dff0b03d684392d4ae736f))
19+
* fix release workflow ([#13](https://github.com/netlify/binary-info/issues/13)) ([0aade15](https://github.com/netlify/binary-info/commit/0aade15d09809e3433fc5e7520a682ac03243faf))

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "binary-info"
3-
version = "0.1.1"
3+
version = "1.0.0"
44
authors = ["David Calavera <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/netlify/binary-info"

0 commit comments

Comments
 (0)