Skip to content

Commit

Permalink
Add Changelog properly (#80)
Browse files Browse the repository at this point in the history
This removes the old changelog and adds the updated release
information for the new CHANGELOG.md

Signed-off-by: David Brown <dmlb2000@gmail.com>
  • Loading branch information
dmlb2000 committed May 11, 2019
1 parent ecacccb commit a473b1a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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]
- Plugin Supporting HPSS
- Plugin Supporting Oracle HSM

## [0.2.1] - 2019-05-10
### Added
- POSIX Backend Support
- ReadtheDocs supported Sphinx docs
- Backend Plugin API
- Post Install Testing
- REST API for sending and recieving data.
- PUT - Send data to a file.
- GET - Get data from a file.
- POST - Stage a file from tape.
- HEAD - Get file status.
- PATCH - Move a file into place.

### Changed
Empty file removed ChangeLog
Empty file.

0 comments on commit a473b1a

Please sign in to comment.