|
1 | 1 | # Changelog
|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 |
|
4 |
| -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 4 | +The format is based on [Common Changelog](https://common-changelog.org/), |
5 | 5 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6 | 6 |
|
7 |
| -## [unreleased] |
| 7 | +## Unreleased |
8 | 8 |
|
9 |
| -### Added |
10 |
| -- [issue #127](https://github.com/nasa/batchee/issues/127): Group dependabot updates into fewer PRs |
11 |
| -- [issue #129](https://github.com/nasa/batchee/issues/129): Add autoupdate schedule for pre-commit |
12 | 9 | ### Changed
|
13 |
| -- [issue #128](https://github.com/nasa/batchee/issues/128): Increase continuous integration/unit test coverage |
14 |
| -### Deprecated |
15 |
| -### Removed |
16 |
| -### Fixed |
17 | 10 |
|
18 |
| -## [1.1.0] |
| 11 | +## [1.2.0] - 2024-06-27 |
19 | 12 |
|
20 |
| -### Added |
21 |
| -- [issue #114](https://github.com/nasa/batchee/issues/114): Add badges to the readme |
22 | 13 | ### Changed
|
23 |
| -### Deprecated |
24 |
| -### Removed |
25 |
| -### Fixed |
26 | 14 |
|
27 |
| -## [1.0.0] |
| 15 | +- Increase continuous integration/unit test coverage ([#128](https://github.com/nasa/batchee/issues/128))([**@danielfromearth**](https://github.com/danielfromearth)) |
28 | 16 |
|
29 | 17 | ### Added
|
30 |
| -- [issue #6](https://github.com/danielfromearth/batchee/issues/6): Create Adapter code that processes a Harmony Message and STAC Catalog |
31 |
| -- [issue #7](https://github.com/danielfromearth/batchee/issues/7): Create working Docker image |
32 |
| -- [issue #13](https://github.com/danielfromearth/batchee/issues/13): Add simple command line interface for testing |
33 |
| -- [issue #16](https://github.com/danielfromearth/batchee/issues/16): Add a logo |
34 |
| -- [PR #75](https://github.com/danielfromearth/batchee/pull/75): Add Docker build steps to GitHub Actions workflow |
35 |
| -- [PR #84](https://github.com/danielfromearth/batchee/pull/84): Add readme badges |
36 |
| -- [PR #100](https://github.com/danielfromearth/batchee/pull/100): Add license |
37 |
| -- [PR #111](https://github.com/nasa/batchee/pull/111): Add codecov to CI pipeline |
38 |
| -- [PR #112](https://github.com/nasa/batchee/pull/111): Add SNYK and PyPI to CI pipeline |
| 18 | + |
| 19 | +- Group dependabot updates into fewer PRs ([#127](https://github.com/nasa/batchee/issues/127))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 20 | +- Add autoupdate schedule for pre-commit ([#129](https://github.com/nasa/batchee/issues/129))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 21 | + |
| 22 | +## [1.1.0] - 2024-05-01 |
| 23 | + |
| 24 | +### Added |
| 25 | + |
| 26 | +- Add badges to the readme ([#114](https://github.com/nasa/batchee/issues/114))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 27 | + |
| 28 | +## [1.0.0] - 2024-04-23 |
| 29 | + |
39 | 30 | ### Changed
|
40 |
| -- [issue #11](https://github.com/danielfromearth/batchee/issues/11): Rename from concat_batcher to batchee |
41 |
| -- [issue #21](https://github.com/danielfromearth/batchee/issues/21): Improve CICD workflows |
42 |
| -- [issue #41](https://github.com/danielfromearth/batchee/issues/41): Change Adapter output from single to multiple STAC Catalogs |
43 |
| -### Deprecated |
44 |
| -### Removed |
45 |
| -### Fixed |
| 31 | + |
| 32 | +- Rename from concat_batcher to batchee ([#11](https://github.com/nasa/batchee/issues/11))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 33 | +- Improve CICD workflows ([#21](https://github.com/nasa/batchee/issues/21))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 34 | +- Change Adapter output from single to multiple STAC Catalogs ([#41](https://github.com/nasa/batchee/issues/41))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 35 | + |
| 36 | +### Added |
| 37 | + |
| 38 | +- Create Adapter code that processes a Harmony Message and STAC Catalog ([#6](https://github.com/nasa/batchee/issues/6))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 39 | +- Create working Docker image ([#7](https://github.com/nasa/batchee/issues/7))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 40 | +- Add simple command line interface for testing ([#13](https://github.com/nasa/batchee/issues/13))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 41 | +- Add a logo ([#16](https://github.com/nasa/batchee/issues/16)) |
| 42 | +- Add Docker build steps to GitHub Actions workflow ([#75](https://github.com/nasa/batchee/pull/75))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 43 | +- Add readme badges ([#84](https://github.com/nasa/batchee/pull/84))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 44 | +- Add license ([#100](https://github.com/nasa/batchee/pull/100))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 45 | +- Add codecov to CI pipeline ([#111](https://github.com/nasa/batchee/pull/111))([**@danielfromearth**](https://github.com/danielfromearth)) |
| 46 | +- Add SNYK and PyPI to CI pipeline ([#112](https://github.com/nasa/batchee/pull/111))([**@danielfromearth**](https://github.com/danielfromearth)) |
0 commit comments