Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Feb 19, 2022
1 parent dc03db3 commit 0e4dd9e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Generate ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=1.2.0
SET version=1.2.1

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid documentation --version %version%

Expand Down
15 changes: 7 additions & 8 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# 1.2.0 (18 January 2022)
- #144 Add LeftJoin extension method [feature]
- #156 GitHub Actions: use actions/checkout@v2 [security]
- #159 #154 Exclude LinqKit.Core implementation from LinqKit.EntityFramework… [feature]
- #161 Refactor project structure. Fix Compile Remove / Compile Include [feature]
- #162 #160 Unhandled expression type: 'Index' [bug]
- #153 Predicate as class function not resolving correctly
- #155 [Security] Workflow main.yml is using vulnerable action actions/checkout [security]
# 1.2.1 (19 February 2022)
- #164 #14 Include(...) after AsExpandable()
- #165 Tests for #14 Include(...) after AsExpandable() [test]
- #166 Add TimestampAtribute to assemblies [feature]
- #167 Add PureAttribute on suitable LinqKit.Core methods
- #154 Exclude LinqKit.Core implementation from LinqKit.EntityFramework etc. projects, use ProjectReference converted to package dependency instead [feature]
- #160 Unhandled expression type: 'Index' [bug]

The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md
8 changes: 8 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.2.1 (19 February 2022)
- [#164](https://github.com/scottksmith95/LINQKit/pull/164) - #14 Include(...) after AsExpandable() contributed by [doboczyakos](https://github.com/doboczyakos)
- [#165](https://github.com/scottksmith95/LINQKit/pull/165) - Tests for #14 Include(...) after AsExpandable() [test] contributed by [doboczyakos](https://github.com/doboczyakos)
- [#166](https://github.com/scottksmith95/LINQKit/pull/166) - Add TimestampAtribute to assemblies [feature] contributed by [StefH](https://github.com/StefH)
- [#167](https://github.com/scottksmith95/LINQKit/pull/167) - Add PureAttribute on suitable LinqKit.Core methods contributed by [Logerfo](https://github.com/Logerfo)
- [#154](https://github.com/scottksmith95/LINQKit/issues/154) - Exclude LinqKit.Core implementation from LinqKit.EntityFramework etc. projects, use ProjectReference converted to package dependency instead [feature]
- [#160](https://github.com/scottksmith95/LINQKit/issues/160) - Unhandled expression type: 'Index' [bug]

# 1.2.0 (18 January 2022)
- [#144](https://github.com/scottksmith95/LINQKit/pull/144) - Add LeftJoin extension method [feature] contributed by [StefH](https://github.com/StefH)
- [#156](https://github.com/scottksmith95/LINQKit/pull/156) - GitHub Actions: use actions/checkout@v2 [security] contributed by [StefH](https://github.com/StefH)
Expand Down

0 comments on commit 0e4dd9e

Please sign in to comment.