Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2024-01-28)

### Bug Fixes

* **constructor:** add missing ctor accepting connection only ([ba85756](ba85756))

### Features

* **methods:** add overloads without parameter list for asyncs ([15e78ad](15e78ad))
  • Loading branch information
semantic-release-bot committed Jan 28, 2024
1 parent 15e78ad commit c1263c8
Show file tree
Hide file tree
Showing 5 changed files with 19 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.4.0</Version>
<Version>1.5.0</Version>
<dependencies>
<depdendency id="Snowflake.Data" version="2.2.0" />
</dependencies>
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.5.0](https://github.com/JonasSchubert/Snowflake.Data.Xt/compare/v1.4.0...v1.5.0) (2024-01-28)


### Bug Fixes

* **constructor:** add missing ctor accepting connection only ([ba85756](https://github.com/JonasSchubert/Snowflake.Data.Xt/commit/ba857562f024574150fa97feb9872d1842400189))


### Features

* **methods:** add overloads without parameter list for asyncs ([15e78ad](https://github.com/JonasSchubert/Snowflake.Data.Xt/commit/15e78ade051c4ed57e264d455e25ed3051ed6f29))

# [1.4.0](https://github.com/JonasSchubert/Snowflake.Data.Xt/compare/v1.3.5...v1.4.0) (2024-01-26)


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.4.0",
"version": "1.5.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.4.0</Version>
<AssemblyVersion>1.4.0</AssemblyVersion>
<FileVersion>1.4.0</FileVersion>
<Version>1.5.0</Version>
<AssemblyVersion>1.5.0</AssemblyVersion>
<FileVersion>1.5.0</FileVersion>
<RepositoryUrl>https://github.com/JonasSchubert/Snowflake.Data.Xt.git</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit c1263c8

Please sign in to comment.