Skip to content

Commit 134529b

Browse files
committed
1.0.0 release
- change version to stable 1.0.0 - updated README.md - updated CHANGELOG.md
1 parent 15ccdb5 commit 134529b

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
## [Unreleased] - yyyy-mm-dd
3+
## [1.0.0] - 2024-03-26
4+
The first stable release of the Public API incorporates minor enhancements.
45

56
### Added
6-
* Introduced new field `enabled` in the `braiins.bos.v1.DPSConfiguration` that provide info, if DPS is enabled by default or not.
7-
* Introduced new field `enabled` in the `braiins.bos.v1.TunerConstraints` that provide info, if DPS is enabled by default or not.
8-
* Introduced new field `default_mode` in the `braiins.bos.v1.TunerConstraints` that provide info about default tuner mode.
9-
* Introduced new field `status` in the `braiins.bos.v1.GetMinerDetailsResponse` that provide info about current miner status.
7+
* Introduced new field `enabled` in the `braiins.bos.v1.DPSConfiguration` that provides info, if DPS is enabled by default or not.
8+
* Introduced new field `enabled` in the `braiins.bos.v1.TunerConstraints` that provides info, if DPS is enabled by default or not.
9+
* Introduced new field `default_mode` in the `braiins.bos.v1.TunerConstraints` that provides info about the default tuner mode.
10+
* Introduced new field `status` in the `braiins.bos.v1.GetMinerDetailsResponse` that provides info about the current miner status.
1011

1112
## [1.0.0-beta.6] - 2024-03-05
1213
Version **1.0.0-beta.6** contains one new feature Network configuration.

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ This repository contains protocol buffers for the new Braiins OS+ Public API, wh
55

66
### Versions
77

8-
| Public API Version | BOS+ version |
9-
|-----------------------|--------------|
10-
| 1.0.0-beta.6 (latest) | 24.02 |
11-
| 1.0.0-beta.5 | 23.12 |
12-
| 1.0.0-beta.4 | 23.10.1 |
13-
| 1.0.0-beta.3 | 23.10 |
14-
| 1.0.0-beta.2 | 23.08 |
15-
| 1.0.0-beta.1 | 23.05 |
16-
| 1.0.0-beta | 23.04 |
17-
| 1.0.0-alpha.1 | 23.03.3 |
18-
| 1.0.0-alpha | 23.03 |
8+
| Public API Version | BOS+ version |
9+
|--------------------|--------------|
10+
| 1.0.0 | 24.03 |
11+
| 1.0.0-beta.6 | 24.02 |
12+
| 1.0.0-beta.5 | 23.12 |
13+
| 1.0.0-beta.4 | 23.10.1 |
14+
| 1.0.0-beta.3 | 23.10 |
15+
| 1.0.0-beta.2 | 23.08 |
16+
| 1.0.0-beta.1 | 23.05 |
17+
| 1.0.0-beta | 23.04 |
18+
| 1.0.0-alpha.1 | 23.03.3 |
19+
| 1.0.0-alpha | 23.03 |
1920

2021
### Overview
2122

proto/bos/version.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ option go_package = "github.com/braiins/bos-plus-api/braiins/bos;bos_proto";
3333
// proto3 extensions and proto3 does not allow specifying custom
3434
// default values. Value follows semver format.
3535

36-
// LATEST_API_VERSION=1.0.0-beta.6
36+
// LATEST_API_VERSION=1.0.0
3737
message ApiVersion {
3838
uint64 major = 1;
3939
uint64 minor = 2;

0 commit comments

Comments
 (0)