Skip to content

Commit

Permalink
Bump version to 0.0.1-alpha-008
Browse files Browse the repository at this point in the history
## [0.0.1-alpha-008] - 2023-04-20

### Added
- Morphir CLI stubbing (this is incomplete and the commands need to be properly wired up/implemented)
- Publish 2 dotnet CLI tools (both are the same tool, but having one with a dotnet- prefix allows more integration with the dotnet CLI)):
  - morphir
  - dotnet-morphir
- Morphir IR ported from [morphir-elm](https://github.com/finos/morphir-elm)
- Morphir SDK (incomplete)
- Added the start of a CLI tool that is not at all ready for use.
[Unreleased]: v0.0.1-alpha-006...HEAD
[0.0.1-alpha-006]: https://github.com/finos/morphir-dotnet/releases/tag/v0.0.1-alpha-006
- Morphir IR ported from [morphir-elm](https://github.com/finos/morphir-elm)
- Morphir SDK (incomplete)
- Added the start of a CLI tool that is not at all ready for use.
[Unreleased]: v0.0.1-alpha-007...HEAD
[0.0.1-alpha-007]: https://github.com/finos/morphir-dotnet/releases/tag/v0.0.1-alpha-007
[0.0.1-alpha-006]: https://github.com/finos/morphir-dotnet/releases/tag/v0.0.1-alpha-006
  • Loading branch information
DamianReeves committed Apr 20, 2023
1 parent 8ed4ca3 commit 54c6cb8
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 17 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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).

## [0.0.1-alpha-008] - 2023-04-20

### Added
- Morphir CLI stubbing (this is incomplete and the commands need to be properly wired up/implemented)
- Publish 2 dotnet CLI tools (both are the same tool, but having one with a dotnet- prefix allows more integration with the dotnet CLI)):
- morphir
- dotnet-morphir
- Morphir IR ported from [morphir-elm](https://github.com/finos/morphir-elm)
- Morphir SDK (incomplete)
- Added the start of a CLI tool that is not at all ready for use.
[Unreleased]: https://github.com/finos/morphir-dotnet/compare/v0.0.1-alpha-006...HEAD
[0.0.1-alpha-006]: https://github.com/finos/morphir-dotnet/releases/tag/v0.0.1-alpha-006
- Morphir IR ported from [morphir-elm](https://github.com/finos/morphir-elm)
- Morphir SDK (incomplete)
- Added the start of a CLI tool that is not at all ready for use.
[Unreleased]: https://github.com/finos/morphir-dotnet/compare/v0.0.1-alpha-007...HEAD
[0.0.1-alpha-007]: https://github.com/finos/morphir-dotnet/releases/tag/v0.0.1-alpha-007
[0.0.1-alpha-006]: https://github.com/finos/morphir-dotnet/releases/tag/v0.0.1-alpha-006

## [0.0.1-alpha-007] - 2023-04-20

### Added
Expand Down Expand Up @@ -32,6 +51,7 @@ We are still working on the CLI tool and the Morphir SDK and the project is stil
- Morphir IR ported from [morphir-elm](https://github.com/finos/morphir-elm)
- Morphir SDK (incomplete)
- Added the start of a CLI tool that is not at all ready for use.
[Unreleased]: https://github.com/finos/morphir-dotnet/compare/v0.0.1-alpha-007...HEAD
[Unreleased]: https://github.com/finos/morphir-dotnet/compare/v0.0.1-alpha-008...HEAD
[0.0.1-alpha-008]: https://github.com/finos/morphir-dotnet/releases/tag/v0.0.1-alpha-008
[0.0.1-alpha-007]: https://github.com/finos/morphir-dotnet/releases/tag/v0.0.1-alpha-007
[0.0.1-alpha-006]: https://github.com/finos/morphir-dotnet/releases/tag/v0.0.1-alpha-006
4 changes: 2 additions & 2 deletions src/Morphir.Bogus/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","99a68f79ab1e7f1b9b3f37fc377114155f4c7e50")>]
[<assembly: AssemblyMetadataAttribute("GitHash","8ed4ca356ac30d12289e8c413c34d734c48a4813")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.0.1"
let [<Literal>] AssemblyInformationalVersion = "0.0.1"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha"
let [<Literal>] AssemblyMetadata_GitHash = "99a68f79ab1e7f1b9b3f37fc377114155f4c7e50"
let [<Literal>] AssemblyMetadata_GitHash = "8ed4ca356ac30d12289e8c413c34d734c48a4813"
4 changes: 2 additions & 2 deletions src/Morphir.Elm.Tools/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","99a68f79ab1e7f1b9b3f37fc377114155f4c7e50")>]
[<assembly: AssemblyMetadataAttribute("GitHash","8ed4ca356ac30d12289e8c413c34d734c48a4813")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.0.1"
let [<Literal>] AssemblyInformationalVersion = "0.0.1"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha"
let [<Literal>] AssemblyMetadata_GitHash = "99a68f79ab1e7f1b9b3f37fc377114155f4c7e50"
let [<Literal>] AssemblyMetadata_GitHash = "8ed4ca356ac30d12289e8c413c34d734c48a4813"
4 changes: 2 additions & 2 deletions src/Morphir.IR/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","99a68f79ab1e7f1b9b3f37fc377114155f4c7e50")>]
[<assembly: AssemblyMetadataAttribute("GitHash","8ed4ca356ac30d12289e8c413c34d734c48a4813")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.0.1"
let [<Literal>] AssemblyInformationalVersion = "0.0.1"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha"
let [<Literal>] AssemblyMetadata_GitHash = "99a68f79ab1e7f1b9b3f37fc377114155f4c7e50"
let [<Literal>] AssemblyMetadata_GitHash = "8ed4ca356ac30d12289e8c413c34d734c48a4813"
4 changes: 2 additions & 2 deletions src/Morphir.SDK.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","99a68f79ab1e7f1b9b3f37fc377114155f4c7e50")>]
[<assembly: AssemblyMetadataAttribute("GitHash","8ed4ca356ac30d12289e8c413c34d734c48a4813")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.0.1"
let [<Literal>] AssemblyInformationalVersion = "0.0.1"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha"
let [<Literal>] AssemblyMetadata_GitHash = "99a68f79ab1e7f1b9b3f37fc377114155f4c7e50"
let [<Literal>] AssemblyMetadata_GitHash = "8ed4ca356ac30d12289e8c413c34d734c48a4813"
4 changes: 2 additions & 2 deletions src/Morphir.SDK.Testing/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","99a68f79ab1e7f1b9b3f37fc377114155f4c7e50")>]
[<assembly: AssemblyMetadataAttribute("GitHash","8ed4ca356ac30d12289e8c413c34d734c48a4813")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.0.1"
let [<Literal>] AssemblyInformationalVersion = "0.0.1"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha"
let [<Literal>] AssemblyMetadata_GitHash = "99a68f79ab1e7f1b9b3f37fc377114155f4c7e50"
let [<Literal>] AssemblyMetadata_GitHash = "8ed4ca356ac30d12289e8c413c34d734c48a4813"
4 changes: 2 additions & 2 deletions src/Morphir.Tools.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","99a68f79ab1e7f1b9b3f37fc377114155f4c7e50")>]
[<assembly: AssemblyMetadataAttribute("GitHash","8ed4ca356ac30d12289e8c413c34d734c48a4813")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.0.1"
let [<Literal>] AssemblyInformationalVersion = "0.0.1"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha"
let [<Literal>] AssemblyMetadata_GitHash = "99a68f79ab1e7f1b9b3f37fc377114155f4c7e50"
let [<Literal>] AssemblyMetadata_GitHash = "8ed4ca356ac30d12289e8c413c34d734c48a4813"
4 changes: 2 additions & 2 deletions src/Morphir/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","99a68f79ab1e7f1b9b3f37fc377114155f4c7e50")>]
[<assembly: AssemblyMetadataAttribute("GitHash","8ed4ca356ac30d12289e8c413c34d734c48a4813")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.0.1"
let [<Literal>] AssemblyInformationalVersion = "0.0.1"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha"
let [<Literal>] AssemblyMetadata_GitHash = "99a68f79ab1e7f1b9b3f37fc377114155f4c7e50"
let [<Literal>] AssemblyMetadata_GitHash = "8ed4ca356ac30d12289e8c413c34d734c48a4813"
4 changes: 2 additions & 2 deletions src/dotnet-morphir/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","99a68f79ab1e7f1b9b3f37fc377114155f4c7e50")>]
[<assembly: AssemblyMetadataAttribute("GitHash","8ed4ca356ac30d12289e8c413c34d734c48a4813")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.0.1"
let [<Literal>] AssemblyInformationalVersion = "0.0.1"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha"
let [<Literal>] AssemblyMetadata_GitHash = "99a68f79ab1e7f1b9b3f37fc377114155f4c7e50"
let [<Literal>] AssemblyMetadata_GitHash = "8ed4ca356ac30d12289e8c413c34d734c48a4813"

0 comments on commit 54c6cb8

Please sign in to comment.