Skip to content

Commit

Permalink
Merge branch 'main' into feat/lua-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 18, 2024
2 parents a9d53dc + 9ad1fb1 commit 220f46f
Show file tree
Hide file tree
Showing 67 changed files with 9,531 additions and 8,141 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ jobs:
shell: bash
working-directory: examples/csv
if: runner.os == 'Windows'
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v1
if: always()
with:
files: "**/test-results/**/*.xml"

protobuf-examples:
runs-on: ${{ matrix.operating-system }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
operating-system: [ ubuntu-latest, windows-latest, macos-12 ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 19
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 19
java-version: 21
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [ 11, 16, 18 ]
jdk: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
pull_request:
branches:
- main
push:
branches:
- feat/musl_built_binaries

concurrency:
group: release-${{ github.ref }}
Expand Down
9 changes: 9 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD .` replacing TAGNAME and HEAD as appropriate.

# 0.1.2 - Feature Release

* cd8a64a - chore: update repository.index (Yousaf Nabi, Fri May 10 14:52:15 2024 +0100)
* 18dbf5c - feat: reduce executable size (Yousaf Nabi, Fri Apr 26 15:46:58 2024 +0100)
* 20c8dae - feat: linux musl static bins / windows aarch64 (Yousaf Nabi, Thu Apr 25 19:26:03 2024 +0100)
* 53cc657 - chore: fix build after updating version (Ronald Holshausen, Sat Jan 20 08:15:55 2024 +1100)
* 8718c9e - chore: fix build after updating version (Ronald Holshausen, Sat Jan 20 08:14:36 2024 +1100)
* 710f70a - bump version to 0.1.2 (Ronald Holshausen, Thu Dec 14 10:36:50 2023 +1100)

# 0.1.1 - Maintenance Release

* f5d40d1 - chore: update repository.index (Ronald Holshausen, Thu Dec 14 10:34:21 2023 +1100)
Expand Down
Loading

0 comments on commit 220f46f

Please sign in to comment.