Skip to content

Commit 87c45c6

Browse files
Merge branch 'release/2.22.6'
2 parents 6fb282b + 95a273d commit 87c45c6

8 files changed

+11953
-4
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## [2.22.3](https://github.com/Terradue/Stars/compare/2.22.3...2.22.3)
10+
## [2.22.6](https://github.com/Terradue/Stars/compare/2.22.5...2.22.6)
11+
12+
this fixes MCUBE-10 and MCUBE-11
13+
14+
### Commits
15+
16+
- Add sensor type to AtomItem translation [`d2ee97c`](https://github.com/Terradue/Stars/commit/d2ee97ce215eaf6cfdbec23c8f07b2f25d6a8d79)
17+
18+
## [2.22.5](https://github.com/Terradue/Stars/compare/2.22.4...2.22.5) - 2024-05-16
19+
20+
### Commits
21+
22+
- Changed role from "data" to "visual" for "visual" asset [`169ed13`](https://github.com/Terradue/Stars/commit/169ed138f13050d14a0fbed399fd82441fab4593)
23+
- Release 2.22.5 [`85131f8`](https://github.com/Terradue/Stars/commit/85131f865ed1ff1fb7bc22224190aa1ff524cede)
24+
25+
## [2.22.4](https://github.com/Terradue/Stars/compare/2.22.3...2.22.4) - 2024-05-09
26+
27+
### Merged
28+
29+
- Fix for CBERS PAN (with unspecified resolution) [`#58`](https://github.com/Terradue/Stars/pull/58)
1130

1231
### Commits
1332

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

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

src/Stars.Console/Terradue.Stars.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFrameworks>net6.0</TargetFrameworks>
5-
<Version>2.22.5</Version>
5+
<Version>2.22.6</Version>
66
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
77
<Description>Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only</Description>
88
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>

0 commit comments

Comments
 (0)