diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8229b8..06686ba 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["11.0.2"] + ghidra: ["11.0.3"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9385bfb..07ca04f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["11.0.2"] + ghidra: ["11.0.3"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index a81a4d9..a60874e 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: ["11.0.2"] + ghidra: ["11.0.3"] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c75db0..6a025ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.1.15 + +- Added support for Ghidra 11.0.3. + ## v2.1.14 - Added support for Ghidra 11.0.2. diff --git a/README.md b/README.md index 7837718..632e99f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This extension is based on the original [ghidra-emotionengine](https://github.co - Recover data types, functions and global variables from ELF files with `.mdebug` sections with the included STABS Analyzer. - Import PCSX2 save states. - Fix references to global variables with the MIPS-R5900 Constant Reference Analyzer. -- Support for Ghidra 11.0.2. +- Support for Ghidra 11.0.3. ## Installation