Skip to content

Commit

Permalink
Merge branch 'release/2.23.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Jun 3, 2024
2 parents 211529d + 9c620cb commit 7470e8d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ 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.8](https://github.com/Terradue/Stars/compare/2.22.7...2.22.8)
## [2.23.0](https://github.com/Terradue/Stars/compare/2.22.8...2.23.0)

### Merged

- PeruSAT metadata extractor [`#60`](https://github.com/Terradue/Stars/pull/60)
- TERRAPI-27: Assets Filtering for geosquare publication [`#59`](https://github.com/Terradue/Stars/pull/59)
- Sentinel-2 download from Google Cloud Storage [`#54`](https://github.com/Terradue/Stars/pull/54)

### Commits

- dotnet-format [`e89b324`](https://github.com/Terradue/Stars/commit/e89b324f803e4920abc3a9e8211a637cb55f050c)
- Preliminary additions for PeruSAT [`b9fc9d5`](https://github.com/Terradue/Stars/commit/b9fc9d5257b199e58c49200450234272ef7cac02)
- file headers [`d711d61`](https://github.com/Terradue/Stars/commit/d711d61a344ca8a4df3d0e80b28d9ad736931ccb)

## [2.22.8](https://github.com/Terradue/Stars/compare/2.22.7...2.22.8) - 2024-05-23

### Commits

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"template": "keepachangelog",
"unreleased": false,
"hideEmptyReleases": true,
"ignoreCommitPattern": "^(.{0,5}|.*bump.*|ready.*|.*changelog.*|.*formatting.*|.*typo.*)$",
"ignoreCommitPattern": "^(.{0,5}|.*bump.*|ready.*|.*changelog.*|.*formatting.*|.*typo.*|chore:.*)$",
"releaseSummary": true
}
}
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.8</Version>
<Version>2.23.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.22.8</Version>
<Version>2.23.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.22.8</Version>
<Version>2.23.0</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<AssemblyName>Terradue.Stars.Services</AssemblyName>
Expand Down

0 comments on commit 7470e8d

Please sign in to comment.