Skip to content

Commit

Permalink
Update changelog for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jisantuc committed Mar 22, 2021
1 parent e8f4a5c commit fc690fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2021-03-22
### Fixed
- Updated README and removed stray print

## 0.1.0 - 2021-03-22
### Added
- List and page through items from collection context [#11](https://github.com/jisantuc/stac-repl/pull/11) (@jisantuc)
- Items and collections can be located on Mapscii maps [#12](https://github.com/jisantuc/stac-repl/pull/12) (@jisantuc)
- Bundled repl into a container image at jisantuc/stac-repl:latest (@jisantuc)

[Unreleased]: https://github.com/jisantuc/stac-repl/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/jisantuc/stac-repl/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/jisantuc/stac-repl/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion src/Repl.purs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Mapping (Latitude(..), Longitude(..), drawMap)
import Node.ReadLine (Interface, createConsoleInterface, prompt, setLineHandler, setPrompt)
import Prelude (Unit, bind, discard, pure, show, ($), (-), (/), (<$>), (<>))
import Printer (prettyPrintCollection, prettyPrintCollections, prettyPrintConformance, prettyPrintItems)
import Text.Parsing.Parser (parseErrorMessage, runParser)
import Text.Parsing.Parser (runParser)
import Types (Cmd(..), Context(..))

greenPrompt :: String -> String
Expand Down

0 comments on commit fc690fd

Please sign in to comment.