From 93faa9d2b161dd10e252bea9431e6fdcc8b828e6 Mon Sep 17 00:00:00 2001 From: Emmanuel Mathot Date: Fri, 28 Oct 2022 15:33:06 +0200 Subject: [PATCH] ready to release 1.6.1 --- CHANGELOG.md | 16 ++++++++++++++-- README.md | 4 ++-- src/DotNetStac/DotNetStac.csproj | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6a51b0..0ee36440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +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). -## [1.6.0](https://github.com/Terradue/DotNetStac/compare/1.5.0...1.6.0) +## [1.6.1](https://github.com/Terradue/DotNetStac/compare/1.6.0...1.6.1) -add datacube extension support +Added patching function for Stac Objects (RFC 7386) + +### Merged + +- Added patching function for Stac Objects (RFC 7386) [`#18`](https://github.com/Terradue/DotNetStac/pull/18) + +### Commits + +- liniting code [`9338969`](https://github.com/Terradue/DotNetStac/commit/9338969117132ad8fd8eb562f43da4e96a849a6a) +- fix error IDE0038 [`01ff3ed`](https://github.com/Terradue/DotNetStac/commit/01ff3ede7d3c8726d8dc6005d80d52a6574edb69) +- tests fixed [`1bd1dd8`](https://github.com/Terradue/DotNetStac/commit/1bd1dd8f62c71371c1f9f5962ecd88a800a4d790) + +## [1.6.0](https://github.com/Terradue/DotNetStac/compare/1.5.0...1.6.0) - 2022-10-27 ### Merged diff --git a/README.md b/README.md index e9695915..6082e3ab 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@

-![Build Status](https://github.com/Terradue/DotNetStac/actions/workflows/build.yaml/badge.svg?branch=feature/patchobjects) +![Build Status](https://github.com/Terradue/DotNetStac/actions/workflows/build.yaml/badge.svg?branch=release/1.6.1) [![NuGet](https://img.shields.io/nuget/vpre/DotNetStac)](https://www.nuget.org/packages/DotNetStac/) -[![codecov](https://codecov.io/gh/Terradue/DotNetStac/branch/feature/patchobjects/graph/badge.svg)](https://codecov.io/gh/Terradue/DotNetStac) +[![codecov](https://codecov.io/gh/Terradue/DotNetStac/branch/release/1.6.1/graph/badge.svg)](https://codecov.io/gh/Terradue/DotNetStac) [![Gitter](https://img.shields.io/gitter/room/SpatioTemporal-Asset-Catalog/Lobby?color=yellow)](https://gitter.im/SpatioTemporal-Asset-Catalog/Lobby) [![License](https://img.shields.io/badge/license-AGPL3-blue.svg)](LICENSE) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Terradue/DotNetStac/master?filepath=example.ipynb) diff --git a/src/DotNetStac/DotNetStac.csproj b/src/DotNetStac/DotNetStac.csproj index 9777a5fb..9a12b263 100644 --- a/src/DotNetStac/DotNetStac.csproj +++ b/src/DotNetStac/DotNetStac.csproj @@ -4,7 +4,7 @@ DotNetStac Terradue .Net library for working with any SpatioTemporal Asset Catalog LICENSE - 1.6.0 + 1.6.1 Emmanuel Mathot emmanuelmathot Terradue