Skip to content

Commit

Permalink
Merge pull request #283 from HicServices/task/bump-patch-to-3.2.4
Browse files Browse the repository at this point in the history
Task/bump patch to 3.2.4
  • Loading branch information
JFriel authored Jun 5, 2024
2 parents d842efe + 9d0fc6f commit bf99587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [3.2.4] - 2024-06-05

- Add the ability to create and drop indexes from DiscoveredTables

Expand Down Expand Up @@ -385,7 +385,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.3...main
[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.4...main
[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
[3.2.1]: https://github.com/HicServices/FAnsiSql/compare/v3.2.0...v3.2.1
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.3")]
[assembly: AssemblyFileVersion("3.2.3")]
[assembly: AssemblyInformationalVersion("3.2.3")]
[assembly: AssemblyVersion("3.2.4")]
[assembly: AssemblyFileVersion("3.2.4")]
[assembly: AssemblyInformationalVersion("3.2.4")]

0 comments on commit bf99587

Please sign in to comment.