Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_cc_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 'stable'
- uses: carlosperate/arm-none-eabi-gcc-action@v1.10.1
- uses: carlosperate/arm-none-eabi-gcc-action@v1.11.1
with:
release: ${{ matrix.gcc }}
- name: Install newt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/newt_test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mcumgr

This is mcumgr, version 0.5.0
This is mcumgr, version 0.6.0

mcumgr is a management library for 32-bit MCUs. The goal of mcumgr is to
define a common management infrastructure with pluggable transport and encoding
Expand Down
3 changes: 2 additions & 1 deletion repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ repo.versions:
"0.3.0": "mcumgr_0_3_0_tag"
"0.4.0": "mcumgr_0_4_0_tag"
"0.5.0": "mcumgr_0_5_0_tag"
"0.6.0": "mcumgr_0_6_0_tag"


"0-dev": "0.0.0" # master
"0-latest": "0.5.0" # latest release
"0-latest": "0.6.0" # latest release