Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed May 15, 2020
1 parent 38168cf commit 1ffdb68
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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
_Nothing here_

## 0.1.1
### Added
First usable version with:
- Result based services;
- Type check on results;
- Pattern matching with `#call`ables;
- Safe chaining calls with `#then`;

## 0.1.0
- **Yanked**

0 comments on commit 1ffdb68

Please sign in to comment.