From 8e3f0e646a8a745fe56a85b5b53f8c774a84b68d Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Mon, 8 Feb 2021 23:01:30 +0000 Subject: [PATCH] 0.1.1 release --- CHANGELOG.md | 11 +---------- VERSION | 2 +- corral.json | 6 ++++-- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df5471..af6b7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/). -## [unreleased] - unreleased - -### Fixed - - -### Added - - -### Changed - +## [0.1.1] - 2021-02-08 ## [0.1.0] - 2020-05-10 diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/corral.json b/corral.json index 0b84b07..ae70609 100644 --- a/corral.json +++ b/corral.json @@ -1,12 +1,14 @@ { - "packages": ["reactive_streams"], + "packages": [ + "reactive_streams" + ], "deps": [], "info": { "description": "Pony implementation of reactive streams", "homepage": "https://github.com/ponylang/reactive_streams", "license": "BSD-2-Clause", "documentation_url": "https://ponylang.github.io/reactive_streams/", - "version": "0.1.0", + "version": "0.1.1", "name": "reactive_streams" } }