Skip to content

Commit

Permalink
ready to release 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Nov 6, 2023
1 parent 12ff2f9 commit a9b1e0b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,23 @@ 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.17.0](https://github.com/Terradue/Stars/compare/2.16.4...2.17.0)
## [2.18.0](https://github.com/Terradue/Stars/compare/2.17.0...2.18.0)

AMAZONIA-1 metadata extractor
Complex Search Support for ISupplier

### Merged

- Complex Search Support for ISupplier [`#37`](https://github.com/Terradue/Stars/pull/37)
- Metadata extraction for BKA (National Acedemy of Science Belarus) [`#38`](https://github.com/Terradue/Stars/pull/38)
- Fix for cloud coverage filter on Copernicus Data Space OData [`#39`](https://github.com/Terradue/Stars/pull/39)

### Commits

- Added BKA test data [`3ba8f4e`](https://github.com/Terradue/Stars/commit/3ba8f4e29eef8d36314c45f21c6a64e90fec83e9)
- Removed BKA L1A test data (L1A not used for now) [`32665f2`](https://github.com/Terradue/Stars/commit/32665f2f6ab4a612b2942ea83bec38057841063e)
- BKA metadata extrator ready for release [`1632287`](https://github.com/Terradue/Stars/commit/1632287ad04011670d1e7794c0dcbc78d06bcc3a)

## [2.17.0](https://github.com/Terradue/Stars/compare/2.16.4...2.17.0) - 2023-10-27

### Merged

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.17.0</Version>
<Version>2.18.0</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.17.0</Version>
<Version>2.18.0</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.17.0</Version>
<Version>2.18.0</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<AssemblyName>Terradue.Stars.Services</AssemblyName>
Expand Down

0 comments on commit a9b1e0b

Please sign in to comment.