Skip to content

Commit c211685

Browse files
chore(main): release 1.0.0 (#10)
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>
1 parent 0a0ed88 commit c211685

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/netlify/elf-cam/compare/v0.1.1...v1.0.0) (2022-06-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* 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.
9+
10+
### Features
11+
12+
* Return also architecture and platform ([#8](https://github.com/netlify/elf-cam/issues/8)) ([6aa4a95](https://github.com/netlify/elf-cam/commit/6aa4a956a8916b63846040179e28588d9a362a7f))

0 commit comments

Comments
 (0)