Skip to content

Commit 7db2db6

Browse files
added v1.0.0-beta2 release notes (#340)
1 parent f735477 commit 7db2db6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#### 1.0.0-beta2 Feb 21 2025 ####
22

3-
* Added error handling for invalid git branches
4-
* Improved parallel execution performance
5-
* Fixed issue with Directory.Build.props detection in subdirectories
6-
* Added better logging for command execution failures
3+
* Added graph caching to prevent full Roslyn analysis every time: https://github.com/petabridge/Incrementalist/blob/dev/docs/caching.md
4+
* Added support for detecting unstaged file changes [#331](https://github.com/petabridge/Incrementalist/pull/331)
5+
* Improved logging system [#336](https://github.com/petabridge/Incrementalist/pull/336)
6+
* Fixed NuGet metadata [#337](https://github.com/petabridge/Incrementalist/pull/337)
77

88
#### 1.0.0-beta1 Feb 20 2025 ####
99

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<Copyright>Copyright © 2015-2022 Petabridge</Copyright>
44
<Authors>Petabridge</Authors>
55
<VersionPrefix>1.0.0-beta2</VersionPrefix>
6-
<PackageReleaseNotes>* Added error handling for invalid git branches
7-
* Improved parallel execution performance
8-
* Fixed issue with Directory.Build.props detection in subdirectories
9-
* Added better logging for command execution failures</PackageReleaseNotes>
6+
<PackageReleaseNotes>* Added graph caching to prevent full Roslyn analysis every time: https://github.com/petabridge/Incrementalist/blob/dev/docs/caching.md
7+
* Added support for detecting unstaged file changes [#331](https://github.com/petabridge/Incrementalist/pull/331)
8+
* Improved logging system [#336](https://github.com/petabridge/Incrementalist/pull/336)
9+
* Fixed NuGet metadata [#337](https://github.com/petabridge/Incrementalist/pull/337)</PackageReleaseNotes>
1010
<tags>build, msbuild, incremental build, roslyn, git</tags>
1111
<PackageIcon>incrementalist-logo-dark.png</PackageIcon>
1212
<PackageProjectUrl>

0 commit comments

Comments
 (0)