Skip to content

Commit

Permalink
Merge pull request #285 from HicServices/release/v3.2.5
Browse files Browse the repository at this point in the history
Prep v 3.2.5
  • Loading branch information
JFriel authored Jun 7, 2024
2 parents d6d212d + c583ee7 commit 11cfcd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.5] - 2024-06-07

- Bugfix for resource lifetime in ListDatabasesAsync, add unit tests

## [3.2.4] - 2024-06-05

- Add the ability to create and drop indexes from DiscoveredTables
Expand Down Expand Up @@ -385,7 +389,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed Drop table to work correctly with Views
- Exists now works correctly for Views (previously it would return true if there was no view but a table with the same name)

[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.4...main
[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.5...main
[3.2.5]: https://github.com/HicServices/FAnsiSql/compare/v2.3.4...v3.2.5
[3.2.4]: https://github.com/HicServices/FAnsiSql/compare/v3.2.3...v3.2.4
[3.2.3]: https://github.com/HicServices/FAnsiSql/compare/v3.2.2...v3.2.3
[3.2.2]: https://github.com/HicServices/FAnsiSql/compare/v3.2.1...v3.2.2
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("3.2.4")]
[assembly: AssemblyFileVersion("3.2.4")]
[assembly: AssemblyInformationalVersion("3.2.4")]
[assembly: AssemblyVersion("3.2.5")]
[assembly: AssemblyFileVersion("3.2.5")]
[assembly: AssemblyInformationalVersion("3.2.5")]

0 comments on commit 11cfcd0

Please sign in to comment.