Skip to content

Commit

Permalink
1.2.0 release
Browse files Browse the repository at this point in the history
- bumped version to 1.2.0
- updated README.md
- updated CHANGELOG.md
  • Loading branch information
Kamil Triščík authored and kamil-triscik committed Jul 17, 2024
1 parent 3108c3b commit 2add88f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.2.0] - 2024-07-17
Version **1.2.0** introduces the possibility to configure all pool groups at once and read Braiins OS errors.

### Added
* Introduced new field `model` in the `braiins.bos.v1.Hashboard` message that contains hashboard name,
* Introduced new method `GetErrors` in the `braiins.bos.v1.MinerService` to get all miner errors,
Expand Down
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@ This repository contains protocol buffers for the new Braiins OS+ Public API, wh

### Versions

| Public API Version | BOS+ version |
|--------------------|--------------|
| 1.1.0 | 24.04 |
| 1.0.0 | 24.03 |
| 1.0.0-beta.6 | 24.02 |
| 1.0.0-beta.5 | 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 |
| 1.0.0-beta | 23.04 |
| 1.0.0-alpha.1 | 23.03.3 |
| 1.0.0-alpha | 23.03 |
| Public API Version | BOS version |
|--------------------|-------------|
| 1.2.0 | 24.06 |
| 1.1.0 | 24.04 |
| 1.0.0 | 24.03 |
| 1.0.0-beta.6 | 24.02 |
| 1.0.0-beta.5 | 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 |
| 1.0.0-beta | 23.04 |
| 1.0.0-alpha.1 | 23.03.3 |
| 1.0.0-alpha | 23.03 |

### Overview

Expand Down
2 changes: 1 addition & 1 deletion proto/bos/version.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ option go_package = "github.com/braiins/bos-plus-api/braiins/bos;bos_proto";
// proto3 extensions and proto3 does not allow specifying custom
// default values. Value follows semver format.

// LATEST_API_VERSION=1.1.0
// LATEST_API_VERSION=1.2.0
message ApiVersion {
uint64 major = 1;
uint64 minor = 2;
Expand Down

0 comments on commit 2add88f

Please sign in to comment.