Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: bosun-ai/swiftide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2a82507c648817d9bec1149d2aa5a64d8fec1838
Choose a base ref
..
head repository: bosun-ai/swiftide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ba4e9850672b537c238ae735e2ffdb451af411d2
Choose a head ref
Showing with 5 additions and 1 deletion.
  1. +2 −0 .github/workflows/coverage.yml
  2. +2 −0 .github/workflows/test.yml
  3. +1 −1 CHANGELOG.md
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,8 @@ jobs:
name: coverage
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: Checkout repository
uses: actions/checkout@v4

2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,8 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install Protoc
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [0.14.4](https://github.com/bosun-ai/swiftide/compare/v0.14.3...v0.14.4) - 2024-12-04
## [0.14.4](https://github.com/bosun-ai/swiftide/compare/v0.14.3...v0.14.4) - 2024-12-05

### New features