We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5f121 commit 395b16cCopy full SHA for 395b16c
crates/stackable-versioned/CHANGELOG.md
@@ -4,12 +4,18 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Pass through container and item attributes (including doc-comments). Add
10
+ attribute for version specific docs. ([#847])
11
12
### Fixed
13
14
- Report variant rename validation error at the correct span and trim underscores
15
from variants not using PascalCase (#[842]).
16
17
[#842]: https://github.com/stackabletech/operator-rs/pull/842
18
+[#847]: https://github.com/stackabletech/operator-rs/pull/847
19
20
## [0.1.1] - 2024-07-10
21
0 commit comments