Releases: the-protobuf-project/buffman
Releases · the-protobuf-project/buffman
Release list
v0.1.0
What's New in v0.1.0
buffman wraps the flatc compiler to convert .proto files to .fbs
and generate multi-language code from a declarative YAML config.
Installation
Homebrew
brew install the-protobuf-project/tap/buffmancurl
curl -sSL https://raw.githubusercontent.com/the-protobuf-project/buffman/main/scripts/install.sh | bashDocker
docker pull ghcr.io/the-protobuf-project/buffman:v0.1.0Changelog
Features
- 314f348: feat: add .gitattributes to map custom extensions to Protocol Buffer and FlatBuffers (oh-tarnished srikanthkandarp@gmail.com)
- 66183ae: feat: add LICENSE file with Apache License 2.0 terms (oh-tarnished srikanthkandarp@gmail.com)
- 433e389: feat: enable idempotent release process by allowing replacement of existing artifacts (oh-tarnished srikanthkandarp@gmail.com)
- b55ebc2: feat: update license from MIT to Apache 2.0 (oh-tarnished srikanthkandarpa@machanirobotics.com)
Others
- 4e276ed: Initial commit (oh-tarnished srikanthkandarpa@machanirobotics.com)
- 7227e32: Merge pull request #1 from the-protobuf-project/update/fixes-and-improvements (Srikanth K srikanthkandarp@gmail.com)
- 0ada3ed: Merge pull request #2 from the-protobuf-project/dependabot/github_actions/docker/build-push-action-7 (Srikanth K srikanthkandarp@gmail.com)
- 9e25f02: Merge pull request #3 from the-protobuf-project/dependabot/github_actions/docker/login-action-4 (Srikanth K srikanthkandarp@gmail.com)
- ed223df: Merge pull request #4 from the-protobuf-project/dependabot/github_actions/docker/setup-buildx-action-4 (Srikanth K srikanthkandarp@gmail.com)
- 71fef40: Merge pull request #5 from the-protobuf-project/dependabot/github_actions/docker/setup-qemu-action-4 (Srikanth K srikanthkandarp@gmail.com)
- 686e303: Refactor header comment generation and improve installation script (oh-tarnished srikanthkandarp@gmail.com)
- 772e8cb: Update README.md (Srikanth K srikanthkandarpa@machanirobotics.com)
- 49c18d4: build(deps): bump docker/build-push-action from 6 to 7 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 8813c26: build(deps): bump docker/login-action from 3 to 4 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- a815356: build(deps): bump docker/setup-buildx-action from 3 to 4 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- c74d79b: build(deps): bump docker/setup-qemu-action from 3 to 4 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- d82a552: build: update runners to use ubuntu-latest for workflows (oh-tarnished srikanthkandarp@gmail.com)
- d3e63a6: refactor: improve error handling and flag requirements in command initialization (oh-tarnished srikanthkandarp@gmail.com)
- e6c4dec: refactor: replace builder.WriteString with fmt.Fprintf for improved string formatting (oh-tarnished srikanthkandarp@gmail.com)
- d4dd1bd: refactor: update repository to The Protobuf Project (oh-tarnished srikanthkandarp@gmail.com)