Release 0.30.2 (#501)

This commit is contained in:
Philip Craig
2023-01-11 15:46:44 +10:00
committed by GitHub
parent 4f1ad13edb
commit aee2f20f69
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -2,6 +2,17 @@
--------------------------------------------------------------------------------
## 0.30.2
Released 2023/01/11.
### Added
* Added more ELF constants for AVR flags and relocations.
[#500](https://github.com/gimli-rs/object/pull/500)
--------------------------------------------------------------------------------
## 0.30.1
Released 2023/01/04.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "object"
version = "0.30.1"
version = "0.30.2"
edition = "2018"
exclude = ["/.github", "/testfiles"]
keywords = ["object", "elf", "mach-o", "pe", "coff"]