Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrBarnabus committed Jan 13, 2022
1 parent e1d9f28 commit ed19646
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be automatically documented in this file.


## [0.5.0](https://github.com/DrBarnabus/DacTools/compare/v0.4.0...v0.5.0) (2022-01-13)


### ⚠ BREAKING CHANGES

* **core:** upgrade to netstandard2.1
* **deployment:** remove support for dotnet framework runtime
* **deployment:** remove support for netcoreapp2.1

### Bug Fixes

* **deployment:** fix issue with database list generation and owner_sid ([66cde19](https://github.com/DrBarnabus/DacTools/commit/66cde19cda56da8f879e63321fa6bf259ca37a6b))


### build

* **core:** upgrade to netstandard2.1 ([21a214a](https://github.com/DrBarnabus/DacTools/commit/21a214a91cc86d3b4b969921b1d29363e02d6e0c))
* **deployment:** remove support for dotnet framework runtime ([4a9a8bb](https://github.com/DrBarnabus/DacTools/commit/4a9a8bb2abf8f33bb4dcde745e86618b0afffb89))
* **deployment:** remove support for netcoreapp2.1 ([3a5faed](https://github.com/DrBarnabus/DacTools/commit/3a5faed55a23ac4a2538b705c5dc69dc58d56a1c))

## [0.4.0](https://github.com/DrBarnabus/DacTools/compare/v0.3.0...v0.4.0) (2022-07-12)


Expand Down Expand Up @@ -78,6 +98,3 @@ Ensure you are using .NET Core 2.1 or preferably .NET Core 3.1 if you are curren
* **deployment:** setup DacTools.Deployment project ([3c23f3a](https://github.com/DrBarnabus/DacTools/commit/3c23f3a9d750ac336688034ad16c4125e5e0d115))
* **deployment:** started the groundwork for Build Server detection ([d92fb8f](https://github.com/DrBarnabus/DacTools/commit/d92fb8f6cb7de4a6e21170b45c8134083990d222))
* implemented a basic logging system ([945acf8](https://github.com/DrBarnabus/DacTools/commit/945acf83a25df4997cff33ff9c3c2537a817791e))



2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DacTools.Deployment currently makes use of Microsoft.SqlServer.DACFx v150.x and

Licensed under [MIT](./LICENSE)

Copyright (c) 2021 DrBarnabus
Copyright (c) 2022 DrBarnabus

**Notice**: This isn't an official Microsoft repository or tool, this is an open source project designed to assist in deploying dacpac Data-tier Applications.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dactools",
"description": "This package.json only exists for conventional-changelog-cli to have the correct version.",
"version": "0.4.0"
"version": "0.5.0"
}

0 comments on commit ed19646

Please sign in to comment.