diff --git a/CHANGELOG.md b/CHANGELOG.md index 3380150..4dee4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. - + ## [1.0.0](https://www.github.com/thiagomvas/SharpTables/releases/tag/v1.0.0) (2024-06-28) ### Features * Added presetters for each cell and removed old presetting methods ([d17a9c8](https://www.github.com/thiagomvas/SharpTables/commit/d17a9c81c3ab7548e9071c3bfbdfe2eb6332a357)) +* Added new FromDataSet overloads using factory pattern ([d17a9c8](https://www.github.com/thiagomvas/SharpTables/commit/d17a9c81c3ab7548e9071c3bfbdfe2eb6332a357)) +* Added Row.LineIndex and Cell.Position ([d17a9c8](https://www.github.com/thiagomvas/SharpTables/commit/d17a9c81c3ab7548e9071c3bfbdfe2eb6332a357)) * New header implementation. Use SetHeader to define a header. ([25ddf7b](https://www.github.com/thiagomvas/SharpTables/commit/25ddf7b6babbef4ff9f3db96a496bce58d8a110c)) * Remove Number and Text alignment in favour of per cell alignment ([ce5c797](https://www.github.com/thiagomvas/SharpTables/commit/ce5c797fa4095e0897793ced50b73dd666faab13)) diff --git a/SharpTables/SharpTables.csproj b/SharpTables/SharpTables.csproj index 22c91b6..dd7ca5e 100644 --- a/SharpTables/SharpTables.csproj +++ b/SharpTables/SharpTables.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.0.0 + 1.1.0 True SharpTables https://github.com/thiagomvas/SharpTables