File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99
1010## [ Unreleased]
1111
12+ ## [ 1.0.2] - 2025-06-17
13+
14+ ### Removed
15+
16+ - Remove ` millisecond() ` field function support as it's not supported by Npgsql, the EFCore data source used
17+
1218## [ 1.0.1] - 2025-05-23
1319
1420### Fixed
@@ -19,6 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1925
2026Initial release.
2127
22- [ unreleased ] : https://github.com/funql/funql-playground-api/compare/1.0.1...HEAD
28+ [ unreleased ] : https://github.com/funql/funql-playground-api/compare/1.0.2...HEAD
29+ [ 1.0.2 ] : https://github.com/funql/funql-playground-api/compare/1.0.1...1.0.2
2330[ 1.0.1 ] : https://github.com/funql/funql-playground-api/compare/1.0.0...1.0.1
2431[ 1.0.0 ] : https://github.com/funql/funql-playground-api/releases/tag/1.0.0
Original file line number Diff line number Diff line change 1010
1111 <!-- Version -->
1212 <PropertyGroup >
13- <VersionPrefix >1.0.1 </VersionPrefix >
13+ <VersionPrefix >1.0.2 </VersionPrefix >
1414 <VersionSuffix ></VersionSuffix >
1515 </PropertyGroup >
1616
You can’t perform that action at this time.
0 commit comments