Skip to content

Commit 0e4dd9e

Browse files
committed
1.2.1
1 parent dc03db3 commit 0e4dd9e

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

Generate ReleaseNotes.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=1.2.0
3+
SET version=1.2.1
44

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

PackageReleaseNotes.txt

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

109
The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md

ReleaseNotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.2.1 (19 February 2022)
2+
- [#164](https://github.com/scottksmith95/LINQKit/pull/164) - #14 Include(...) after AsExpandable() contributed by [doboczyakos](https://github.com/doboczyakos)
3+
- [#165](https://github.com/scottksmith95/LINQKit/pull/165) - Tests for #14 Include(...) after AsExpandable() [test] contributed by [doboczyakos](https://github.com/doboczyakos)
4+
- [#166](https://github.com/scottksmith95/LINQKit/pull/166) - Add TimestampAtribute to assemblies [feature] contributed by [StefH](https://github.com/StefH)
5+
- [#167](https://github.com/scottksmith95/LINQKit/pull/167) - Add PureAttribute on suitable LinqKit.Core methods contributed by [Logerfo](https://github.com/Logerfo)
6+
- [#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]
7+
- [#160](https://github.com/scottksmith95/LINQKit/issues/160) - Unhandled expression type: 'Index' [bug]
8+
19
# 1.2.0 (18 January 2022)
210
- [#144](https://github.com/scottksmith95/LINQKit/pull/144) - Add LeftJoin extension method [feature] contributed by [StefH](https://github.com/StefH)
311
- [#156](https://github.com/scottksmith95/LINQKit/pull/156) - GitHub Actions: use actions/checkout@v2 [security] contributed by [StefH](https://github.com/StefH)

0 commit comments

Comments
 (0)