Skip to content

Commit

Permalink
Merge branch 'release/2.20.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Mar 8, 2024
2 parents 54e7561 + 47982e3 commit 0fe119d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,43 @@
# Changelog

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).

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

## [2.19.5](https://github.com/Terradue/Stars/compare/2.19.4...2.19.5)
## [2.20.1](https://github.com/Terradue/Stars/compare/2.20.0...2.20.1)

### Commits

- Add launch configuration for displaying copy help [`54e7561`](https://github.com/Terradue/Stars/commit/54e756116e4eaa36207318947dd29e693346ced6)

## [2.20.0](https://github.com/Terradue/Stars/compare/2.19.6...2.20.0) - 2024-03-07

### Merged

- Changes for Vision-1 metadata extraction [`#47`](https://github.com/Terradue/Stars/pull/47)
- SciHub refresh 1.28.5 for Sentinel-3 DATAAUTHOR-252 [`#45`](https://github.com/Terradue/Stars/pull/45)

### Commits

- Vision-1 refactoring and test changes [`fa35730`](https://github.com/Terradue/Stars/commit/fa357300e5f04dc26bbcc38dcec79d2e5fae34e5)
- Initial changes for different DIMAP format (Vision-1 bundles) [`aef5f65`](https://github.com/Terradue/Stars/commit/aef5f65eb8cc2820ca93a6d046c20b68fc0fb0cc)
- Corrections for Vision-1 and related functionality [`bb50fbd`](https://github.com/Terradue/Stars/commit/bb50fbd3e406045310e2fd8b03daf67fd6a6119b)

## [2.19.6](https://github.com/Terradue/Stars/compare/2.19.5...2.19.6) - 2024-02-27

### Commits

- Update GeosquareService and AmazonCustomS3Config classes [`c192cf0`](https://github.com/Terradue/Stars/commit/c192cf05adfa20409f22a437cabc02afac7bfdfa)
- Update project versions to 2.19.6 [`da25d1f`](https://github.com/Terradue/Stars/commit/da25d1f98fa714b44800b6ca95084e0ff5807e56)

## [2.19.5](https://github.com/Terradue/Stars/compare/2.19.4...2.19.5) - 2024-02-26

### Commits

- Update version numbers to 2.19.5 [`9dfb5dd`](https://github.com/Terradue/Stars/commit/9dfb5dd5df6b05edc68dd372696dc49129fc91cb)
- fix for empty serviceUrl in AmazonCustomS3Config.cs [`5a42ea8`](https://github.com/Terradue/Stars/commit/5a42ea8cbb32032b58e239d91703f86df21d972e)

## [2.19.4](https://github.com/Terradue/Stars/compare/2.19.3...2.19.4) - 2024-02-20
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.20.0</Version>
<Version>2.20.1</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.20.0</Version>
<Version>2.20.1</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.20.0</Version>
<Version>2.20.1</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<AssemblyName>Terradue.Stars.Services</AssemblyName>
Expand Down

0 comments on commit 0fe119d

Please sign in to comment.