Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.1...v1.6.0) (2024-03-01)

### Features

* **command:** allow join of tables on itself ([d53d6f9](d53d6f9))
* **nuget:** bump Snowflake.Data to v3.0.0 ([6cac371](6cac371))
  • Loading branch information
semantic-release-bot committed Mar 1, 2024
1 parent d53d6f9 commit d139712
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Snowflake.Data.Xt</id>
<Version>1.5.1</Version>
<Version>1.6.0</Version>
<dependencies>
<depdendency id="Snowflake.Data" version="2.2.0" />
</dependencies>
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.6.0](https://github.com/JonasSchubert/Snowflake.Data.Xt/compare/v1.5.1...v1.6.0) (2024-03-01)


### Features

* **command:** allow join of tables on itself ([d53d6f9](https://github.com/JonasSchubert/Snowflake.Data.Xt/commit/d53d6f9d61b6160b699c40ce9985f102ca0e5ac8))
* **nuget:** bump Snowflake.Data to v3.0.0 ([6cac371](https://github.com/JonasSchubert/Snowflake.Data.Xt/commit/6cac371fd3b665f3ba2fd158c7612b3368159c25))

## [1.5.1](https://github.com/JonasSchubert/Snowflake.Data.Xt/compare/v1.5.0...v1.5.1) (2024-02-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowflake-data-xt",
"version": "1.5.1",
"version": "1.6.0",
"description": "Nuget package for fluent snowflake access.",
"author": {
"name": "Jonas Schubert",
Expand Down
6 changes: 3 additions & 3 deletions src/Snowflake.Data.Xt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<PackageTags>Snowflake,Fluent</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RootNamespace>Snowflake.Data.Xt</RootNamespace>
<Version>1.5.1</Version>
<AssemblyVersion>1.5.1</AssemblyVersion>
<FileVersion>1.5.1</FileVersion>
<Version>1.6.0</Version>
<AssemblyVersion>1.6.0</AssemblyVersion>
<FileVersion>1.6.0</FileVersion>
<RepositoryUrl>https://github.com/JonasSchubert/Snowflake.Data.Xt.git</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit d139712

Please sign in to comment.