From d55d1525362944591f7acd2c7658395ca5968af0 Mon Sep 17 00:00:00 2001 From: stuxnot <41650734+stuxnot@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:43:56 +0100 Subject: [PATCH 1/3] Remove reference to license file --- bindings/rust/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 188379d..cd879d5 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -16,7 +16,6 @@ keywords = ["assembly", "disassembly", "arm", "x86_64", "reverse-engineering"] description = "Bindings for the nyxstone assembler/disassembler" categories = ["api-bindings", "compilers"] license = "MIT" -license-file = "LICENSE" [dependencies] anyhow = { version = "1.0.68", default-features = true } From 2e9d17ae37ed0f02cf6ac246e5271342da207c2f Mon Sep 17 00:00:00 2001 From: stuxnot <41650734+stuxnot@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:44:15 +0100 Subject: [PATCH 2/3] Bump release version --- bindings/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index cd879d5..b93a3e8 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nyxstone" -version = "0.1.3" +version = "0.1.4" authors = ["emproof B.V. ", "Philipp Koppe ", "Rachid Mzannar ", "Darius Hartlief "] edition = "2021" include = [ From 3c481aead6f474f7ad829807c1e67bceb4acfc98 Mon Sep 17 00:00:00 2001 From: stuxnot <41650734+stuxnot@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:45:16 +0100 Subject: [PATCH 3/3] Bump python version --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 0187b90..0ada5d9 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -123,7 +123,7 @@ def get_llvm_include_dir(self) -> str: setup( name="nyxstone", - version="0.1.0", + version="0.1.1", description=desc, author="emproof B.V.", author_email="oss@emproof.com",