Skip to content

Commit

Permalink
build: update CHANGELOG, fixup readme, add new contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Jan 29, 2021
1 parent a96eff5 commit 312c2d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.

Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

Goblin is now 0.1, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97
Goblin is now 0.3, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97

## [0.3.2] - 2021-1-29
### Fixed
- elf: overflow panic when note name is 0, thanks @glandium: https://github.com/m4b/goblin/pull/256

## [0.3.1] - 2021-1-18
### Added
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ Add to your `Cargo.toml`

```toml
[dependencies]
goblin = "0.2"
goblin = "0.3"
```

### Features
Expand Down Expand Up @@ -110,6 +110,7 @@ In lexicographic order:
- [@ExPixel]
- [@Evian-Zhang]
- [@flanfly]
- [@glandium]
- [@ibabushkin]
- [@jackcmay]
- [@jan-auer]
Expand Down Expand Up @@ -151,6 +152,7 @@ In lexicographic order:
[@Evian-Zhang]: https://github.com/Evian-Zhang
[@ExPixel]: https://github.com/ExPixel
[@flanfly]: https://github.com/flanfly
[@glandium]: https://github.com/glandium
[@ibabushkin]: https://github.com/ibabushkin
[@jackcmay]: https://github.com/jackcmay
[@jan-auer]: https://github.com/jan-auer
Expand Down

0 comments on commit 312c2d4

Please sign in to comment.