Skip to content

Commit

Permalink
Merge branch 'release/2.22.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed May 21, 2024
2 parents 6fb282b + 95a273d commit 87c45c6
Show file tree
Hide file tree
Showing 8 changed files with 11,953 additions and 4 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,31 @@ 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.3](https://github.com/Terradue/Stars/compare/2.22.3...2.22.3)
## [2.22.6](https://github.com/Terradue/Stars/compare/2.22.5...2.22.6)

this fixes MCUBE-10 and MCUBE-11

### Commits

- Add sensor type to AtomItem translation [`d2ee97c`](https://github.com/Terradue/Stars/commit/d2ee97ce215eaf6cfdbec23c8f07b2f25d6a8d79)

## [2.22.5](https://github.com/Terradue/Stars/compare/2.22.4...2.22.5) - 2024-05-16

### Commits

- Changed role from "data" to "visual" for "visual" asset [`169ed13`](https://github.com/Terradue/Stars/commit/169ed138f13050d14a0fbed399fd82441fab4593)
- Release 2.22.5 [`85131f8`](https://github.com/Terradue/Stars/commit/85131f865ed1ff1fb7bc22224190aa1ff524cede)

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

### Merged

- Fix for CBERS PAN (with unspecified resolution) [`#58`](https://github.com/Terradue/Stars/pull/58)

### Commits

- feat: Add "Copy S2 from CDS" launch configuration [`ea786b4`](https://github.com/Terradue/Stars/commit/ea786b40732960c69bb2834f3f24ccecd11395c8)
- Ready to release 2.22.4 [`9610794`](https://github.com/Terradue/Stars/commit/961079491022aaa4684c1cdb3960692747619c9d)

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

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.5</Version>
<Version>2.22.6</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
Loading

0 comments on commit 87c45c6

Please sign in to comment.