Skip to content

Commit

Permalink
ready to release 2.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed May 7, 2024
1 parent ea786b4 commit 59af998
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [2.22.1](https://github.com/Terradue/Stars/compare/2.22.0...2.22.1)
## [2.22.3](https://github.com/Terradue/Stars/compare/2.22.3...2.22.3)

### Commits

- feat: Add "Copy S2 from CDS" launch configuration [`ea786b4`](https://github.com/Terradue/Stars/commit/ea786b40732960c69bb2834f3f24ccecd11395c8)

## [2.22.3](https://github.com/Terradue/Stars/compare/2.22.2...2.22.3) - 2024-05-06

### Merged

- Support for BlackSky Global metadata text format [`#56`](https://github.com/Terradue/Stars/pull/56)

### Commits

- Corrected test case expected output for text metadata [`b74831a`](https://github.com/Terradue/Stars/commit/b74831acb463e71c70056b89a57443cbe61979ef)
- Fix for missing asset in case of text metadata [`09d28af`](https://github.com/Terradue/Stars/commit/09d28afee6c0578310ab7f13bef8de8326d1b12b)
- align 2.22.3 [`97210a0`](https://github.com/Terradue/Stars/commit/97210a04254122ad1366727ae8ce59ef457730e4)

## [2.22.2](https://github.com/Terradue/Stars/compare/2.22.1...2.22.2) - 2024-04-30

### Commits

- Changes for BlackSky (text format) [`f178196`](https://github.com/Terradue/Stars/commit/f1781964e6182062a278806d8261a02e5f657f49)
- Changes for BlackSky text format [`14f05e5`](https://github.com/Terradue/Stars/commit/14f05e5fb2625b6c5912b64c78c5c02677b41812)
- Add description to translators [`9efbb40`](https://github.com/Terradue/Stars/commit/9efbb4092ee6a4ac7ef4111edefef7d08f135a6d)

## [2.22.1](https://github.com/Terradue/Stars/compare/2.22.0...2.22.1) - 2024-04-05

### Commits

- Add visual asset media type in NEWSAT [`dd3e1a6`](https://github.com/Terradue/Stars/commit/dd3e1a6b274e2cdac5ee3ebaee65b30671e9ebb8)
- Update version to 2.22.1 [`c2b7bea`](https://github.com/Terradue/Stars/commit/c2b7beaf9e7ac1224b2f8f0744b9c11b849a9059)
- Fix asset media type in StarsAtomItem.cs [`7dc58b4`](https://github.com/Terradue/Stars/commit/7dc58b4ea5169d6984f7d51c4b553b5ae4abcbe7)
- Add image/tiff type to 3-Band Visual metadata [`cbaf822`](https://github.com/Terradue/Stars/commit/cbaf822fd6c40fa0df1c9f7f7678a8727ce3d59c)

## [2.22.0](https://github.com/Terradue/Stars/compare/2.21.0...2.22.0) - 2024-03-29

Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Console/Terradue.Stars.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<Version>2.22.1</Version>
<Version>2.22.3</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Description>Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only</Description>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Data/Terradue.Stars.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ProjectName>Terradue.Stars.Data</ProjectName>
<Title>Terradue.Stars.Data</Title>
<Description>Collection of data Plugins for Terradue.Stars</Description>
<Version>2.22.1</Version>
<Version>2.22.3</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<NoWarn>NU1603</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Services/Terradue.Stars.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Terradue.Stars</Title>
<Description>Stars is a set of services for working with Spatio Temporal Catalog such as STAC but not only</Description>
<Version>2.22.1</Version>
<Version>2.22.3</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<AssemblyName>Terradue.Stars.Services</AssemblyName>
Expand Down

0 comments on commit 59af998

Please sign in to comment.