Skip to content

Commit fd51000

Browse files
committed
Update CHANGELOG for v1.0.0.
1 parent e9e831e commit fd51000

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
History of the project development
33

44
## [Unreleased] yyyy-mm-zz
5+
### Added
6+
### Changed
7+
### Deprecated
8+
### Removed
9+
### Fixed
10+
### Security
11+
### Known Issue
12+
13+
## [v1.0.0] 2024-10-03
14+
### Release note.
15+
First official release of the rpp_driver ( Raspberry Pi Pico Driver) class library. This release contains :
16+
- a limited SDK Wrapper class for the basic operation.
17+
- a basic GPIO class.
18+
- a basic I2C master class.
19+
- a duplex slave I2S class.
20+
- an ADAU1361 audio codec class.
21+
522
### Added
623
### Changed
724
- [Issue #4](https://github.com/suikan4github/rpp_driver/issues/4) Add gcov support for x86 build.
@@ -20,5 +37,6 @@ History of the project development
2037
## [v0.9.0] 2024-09-28
2138
Pre-release version.
2239

23-
[Unreleased]: https://github.com/suikan4github/rpp_driver/compare/v0.9.0...develop
40+
[Unreleased]: https://github.com/suikan4github/rpp_driver/compare/v1.0.0...develop
41+
[v1.0.0]: https://github.com/suikan4github/rpp_driver/compare/v0.9.0...v1.0.0
2442
[v0.9.0]: https://github.com/suikan4github/rpp_driver/compare/v0.0.0...v0.9.0

0 commit comments

Comments
 (0)