Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Whth/BaroBaro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: Whth/BaroBaro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 2, 2025

  1. build(ci): move protoc installation to a separate step

    - Add a new step to install protoc (Protocol Buffers compiler) before generating Protobuf- Remove the redundant protoc installation step from the previous job
    
    Signed-off-by: Whth <[email protected]>
    Whth committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    7384f24 View commit details
    Browse the repository at this point in the history
  2. build: bump version to 0.1.1

    - Update package version in Cargo.toml and package.json- Update dependency versions in Cargo.lock:  - barobaro: 0.1.0 -> 0.1.1
      - configuration: 0.1.0 ->0.1.1
      - constants: 0.1.0 -> 0.1.1  - fs-utils: 0.1.0 -> 0.1.1
      - imagen:0.1.0 -> 0.1.1
      - logger: 0.1.0 -> 0.1.1 - mod_analyzer: 0.1.0 -> 0.1.1
      - steam-api: 0.1.0 ->0.1.1
      - steamcmd-rs: 0.1.0 -> 0.1.1
      - transmission:0.1.0 -> 0.1.1
    
    Signed-off-by: Whth <[email protected]>
    Whth committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    90bc252 View commit details
    Browse the repository at this point in the history
Loading