You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ The `Unreleased` section name is replaced by the expected version of next releas
8
8
9
9
## [Unreleased]
10
10
11
+
<aname="3.0.0"></a>
12
+
## [3.0.0] - 2025-09-23
13
+
11
14
### Added
12
15
13
16
-`Feed`: `Monitor.AwaitCompletion` enables **quasi** deterministic waiting for the processing of async reactions within integration tests [#170](https://github.com/jet/propulsion/pull/170)
@@ -773,7 +776,8 @@ The `Unreleased` section name is replaced by the expected version of next releas
Copy file name to clipboardExpand all lines: Directory.Build.props
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@
16
16
17
17
<!-- suppress false positive warning FS2003 about invalid version of AssemblyInformationalVersionAttribute -->
18
18
<!-- supress NU5105 triggered by trailing dotted elements such as .43 and .2 in e.g.: pr.43-rc1.2: The package version '<X>' uses SemVer 2.0.0 or components of SemVer 1.0.0 that are not supported on legacy clients. Change the package version to a SemVer 1.0.0 string. If the version contains a release label it must start with a letter. This message can be ignored if the package is not intended for older clients. -->
0 commit comments