Skip to content

Commit 02818ce

Browse files
authored
docs(core): prepare for release v2.5.0 (hybridgroup#1132)
1 parent f0724eb commit 02818ce

File tree

2 files changed

+75
-6
lines changed

2 files changed

+75
-6
lines changed

.chglog/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ It is possible to test the tool by `git-chglog --init` without overriding anythi
88

99
## Usage
1010

11-
Example for a new release "v2.4.0":
11+
Example for a new release "v2.5.0":
1212

1313
```sh
1414
# optional update tool by: go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
1515
git checkout release
1616
git pull
1717
git fetch --tags
1818
git checkout dev
19-
git pull upstream dev
20-
git checkout -b rel/prepare_for_release_v240
21-
git-chglog --config .chglog/config_gobot.yml --no-case --next-tag v2.4.0 v2.3.0.. > .chglog/chglog_tmp.md
19+
git pull upstream dev
20+
git checkout -b rel/prepare_for_release_v250
21+
git-chglog --config .chglog/config_gobot.yml --no-case --next-tag v2.5.0 v2.4.0.. > .chglog/chglog_tmp.md
2222
```
2323

2424
## Compare
2525

2626
If unsure about any result of running git-chglog, just use:
27-
`git log --since=2024-01-07 --pretty="- %s"`
27+
`git log --since=2024-11-05 --pretty="- %s"`
2828

2929
## Manual adjustment
3030

CHANGELOG.md

+70-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,75 @@
11
# CHANGELOG
22

3-
## [Unreleased](https://github.com/hybridgroup/gobot/compare/v2.4.0...HEAD)
3+
## [Unreleased](https://github.com/hybridgroup/gobot/compare/v2.5.0...HEAD)
4+
5+
## [v2.5.0](https://github.com/hybridgroup/gobot/compare/v2.4.0...v2.5.0) (2025-02-15)
6+
7+
### Build
8+
9+
* **deps:** update modules ([#1131](https://github.com/hybridgroup/gobot/issues/1131))
10+
* **linter:** update linter to v1.64.5 and fix issues ([#1130](https://github.com/hybridgroup/gobot/issues/1130))
11+
12+
### Core
13+
14+
* **system:** split system accesser features ([#1121](https://github.com/hybridgroup/gobot/issues/1121))
15+
16+
### Doc
17+
18+
* **core:** prepare for release v2.5.0
19+
20+
### Drivers
21+
22+
* fix some function names in comment ([#1103](https://github.com/hybridgroup/gobot/issues/1103))
23+
24+
### Examples
25+
26+
* correct all usage of ps3 joystick reads, which are now int instead of int16 ([#1085](https://github.com/hybridgroup/gobot/issues/1085))
27+
28+
### Gpio
29+
30+
* rename gpiod to gpiocdev ([#1116](https://github.com/hybridgroup/gobot/issues/1116))
31+
* **adaptors:** fix so now gpiodev is used as default ([#1112](https://github.com/hybridgroup/gobot/issues/1112))
32+
* **core:** fix sporadic hang on finish for discrete edge polling ([#1107](https://github.com/hybridgroup/gobot/issues/1107))
33+
34+
### Nanopct6
35+
36+
* introduce adaptor for FriendlyELEC NanoPC-T6 ([#1126](https://github.com/hybridgroup/gobot/issues/1126))
37+
38+
### Onewire
39+
40+
* **ds18b20:** introduce 1-wire device access by sysfs and temp driver ([#1091](https://github.com/hybridgroup/gobot/issues/1091))
41+
42+
### Orangepi5pro
43+
44+
* introduce adaptor for OrangePi 5 Pro ([#1129](https://github.com/hybridgroup/gobot/issues/1129))
45+
46+
### Platforms
47+
48+
* file name and folder unification ([#1127](https://github.com/hybridgroup/gobot/issues/1127))
49+
50+
### Pocketbeagle
51+
52+
* introduce and use cdev by default ([#1118](https://github.com/hybridgroup/gobot/issues/1118))
53+
54+
### Rock64
55+
56+
* introduce adaptor for PINE64-ROCK64 ([#1122](https://github.com/hybridgroup/gobot/issues/1122))
57+
58+
### Sphero
59+
60+
* fix panic by removing unnecessary go routine ([#1117](https://github.com/hybridgroup/gobot/issues/1117))
61+
62+
### Tests
63+
64+
* fix for arm64 environment and stabilize ([#1115](https://github.com/hybridgroup/gobot/issues/1115))
65+
66+
### Tinkerboard2
67+
68+
* introduce adapter for Asus Tinker Board 2 ([#1108](https://github.com/hybridgroup/gobot/issues/1108))
69+
70+
### Zero
71+
72+
* introduce adaptor for Radxa Zero ([#1128](https://github.com/hybridgroup/gobot/issues/1128))
473

574
## [v2.4.0](https://github.com/hybridgroup/gobot/compare/v2.3.0...v2.4.0) (2024-11-05)
675

0 commit comments

Comments
 (0)