Skip to content

Commit

Permalink
1.0.0-beta.5 release
Browse files Browse the repository at this point in the history
- updated proto files
- updated README.md
- updated CHANGELOG.md
  • Loading branch information
Kamil Triščík authored and kamil-triscik committed Dec 18, 2023
1 parent b69c741 commit f97125b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.0.0-beta.5] - 2023-12-14
Version **1.0.0-beta.5** contains one small extension.

### Added
* Extension of the `braiins.bos.v1.Platform` enumeration with new value for Zynq.

## [1.0.0-beta.4] - 2023-11-23
Version **1.0.0-beta.4** contains one new feature and one breaking change.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This repository contains protocol buffers for the new Braiins OS+ Public API, wh

| Public API Version | BOS+ version |
|-----------------------|--------------|
| 1.0.0-beta.4 (latest) | 23.10.1 |
| 1.0.0-beta.5 (latest) | 23.12 |
| 1.0.0-beta.4 | 23.10.1 |
| 1.0.0-beta.3 | 23.10 |
| 1.0.0-beta.2 | 23.08 |
| 1.0.0-beta.1 | 23.05 |
Expand Down
1 change: 1 addition & 0 deletions proto/bos/v1/miner.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ enum Platform {
PLATFORM_AM3_AML = 4;
PLATFORM_STM32MP157C_II1_AM2 = 5;
PLATFORM_CVITEK_BM1_AM2 = 6;
PLATFORM_ZYNQ_BM3_AM2 = 7;
}

// BOS modes enumeration
Expand Down
2 changes: 1 addition & 1 deletion proto/bos/version.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ package braiins.bos;
// proto3 extensions and proto3 does not allow specifying custom
// default values. Value follows semver format.

// LATEST_API_VERSION=1.0.0-beta.4
// LATEST_API_VERSION=1.0.0-beta.5
message ApiVersion {
uint64 major = 1;
uint64 minor = 2;
Expand Down

0 comments on commit f97125b

Please sign in to comment.