Skip to content

Commit

Permalink
ready to release 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Dec 7, 2023
1 parent 510c9e6 commit cfc36a2
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
36 changes: 32 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,37 @@ 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.17.2](https://github.com/Terradue/Stars/compare/2.17.1...2.17.2) - 2023-12-07

AMAZONIA-1 metadata extractor
Minor correction for BKA (title/mission etc.)

### Merged

- Minor correction for BKA (title/mission etc.) [`#40`](https://github.com/Terradue/Stars/pull/40)
- Complex Search Support for ISupplier [`#37`](https://github.com/Terradue/Stars/pull/37)

### Commits

- SUPERVISOR-72: Search expression for Opensearchable [`03fff35`](https://github.com/Terradue/Stars/commit/03fff353dfbea341c016667d596675d45e8b36dc)
- Added buggy newsat test case [`09377da`](https://github.com/Terradue/Stars/commit/09377da6621bad44f74b537efaced665fdc5a376)
- Fixed (unrelated) NewSat extractor bug [`59f00de`](https://github.com/Terradue/Stars/commit/59f00de7aa4f8e40f8d9f56cffebb4af46daf64a)

## [2.17.1](https://github.com/Terradue/Stars/compare/2.17.0...2.17.1) - 2023-12-04

Metadata extraction for BKA (National Acedemy of Science Belarus)

### Merged

- 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 Expand Up @@ -1460,7 +1488,7 @@ resolves #DATAAUTHOR-226
### Commits

- many fixes + dotnetstac 1.0.0-rc.3 [`feaa2d4`](https://github.com/Terradue/Stars/commit/feaa2d4be6a34ca55d25952816c5d8ab500f7016)
- src/Stars.Console/Terradue.Stars.Console.csproj [`69ca416`](https://github.com/Terradue/Stars/commit/69ca416a97d6cb1d1823a474c2b35b1f5fdf1f01)
- src/Stars.Console/Terradue.Stars.Console.csproj [`69ca416`](https://github.com/Terradue/Stars/commit/69ca416a97d6cb1d1823a474c2b35b1f5fdf1f01)
- .net5.0 unique exe [`043600b`](https://github.com/Terradue/Stars/commit/043600b6826a0b9061c84de4f63de6719732984a)

## [0.8.4](https://github.com/Terradue/Stars/compare/0.8.3...0.8.4) - 2021-05-27
Expand Down Expand Up @@ -1981,7 +2009,7 @@ resolves #DATAAUTHOR-226
### Commits

- cleaning [`e46b9a6`](https://github.com/Terradue/Stars/commit/e46b9a6f83bd4248a31e950afc097fd1fdbcc850)
- + ":${mType}${env.VERSION_TOOL}" [`2450858`](https://github.com/Terradue/Stars/commit/245085810e0390bcce4ede09fa3fff2bf517c582)
- + ":${mType}${env.VERSION_TOOL}" [`2450858`](https://github.com/Terradue/Stars/commit/245085810e0390bcce4ede09fa3fff2bf517c582)

## [0.1.5](https://github.com/Terradue/Stars/compare/0.1.3...0.1.5) - 2020-09-28

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

0 comments on commit cfc36a2

Please sign in to comment.