Skip to content

Commit

Permalink
(1) Rename CHANGELOG (2) Bump develop to 1.1.0-alpha0
Browse files Browse the repository at this point in the history
  • Loading branch information
viviant100 committed Jun 13, 2024
1 parent 262d476 commit fcff517
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGE

This file was deleted.

28 changes: 28 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

## [1.1.0]

### Added
- GraphQL Request Logging #35
- Initial Preflight Workflow Implementation (#22)
- Add EDL token to Terraform environment (#25)
- Remove PCM Release Tag (#29)
- Additional Metrics Logging (#30)
- Version bump swodlr-common (#31)
- Update Preflight to Search Orbit 1.0 Collection for Calibration Orbits (#32)

### Deprecated
### Removed
### Fixed
- Preflight Hotfixes (#26)
- Central tile update + zero-padding fix (#27)
- central-tile-hotfix (#28)
### Security
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpver]

current_version = "0.0.5-alpha0"
current_version = "1.1.0-alpha0"
version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
commit = true
tag = true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "swodlr-raster-create"
version = "0.0.5-alpha0"
version = "1.1.0-alpha0"
description = ""
authors = ["podaac-tva <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit fcff517

Please sign in to comment.