Skip to content

Commit

Permalink
Merge pull request #132 from rsimmonsjr/patch/version_bump
Browse files Browse the repository at this point in the history
Bump version, add to notes
  • Loading branch information
FenrirWolf authored Dec 19, 2019
2 parents 1d39de5 + 7714438 commit 247418a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "axiom"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["Robert Simmons Jr. MSc.", "Khionu Sybiern <dev@khionu.net>"]
license = "Apache-2.0"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Implementation of a highly-scalable and ergonomic actor model for Rust
[![Build Status](https://api.travis-ci.org/rsimmonsjr/axiom.svg?branch=master)](https://travis-ci.org/rsimmonsjr/axiom)
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/rsimmonsjr/axiom.svg)](https://isitmaintained.com/project/rsimmonsjr/axiom)
[![License](https://img.shields.io/crates/l/axiom.svg)](https://github.com/rsimmonsjr/axiom#license)
[![Discord](https://img.shields.io/discord/632273530020429855?color=7289DA&label=Discord&logo=Discord)](https://discord.gg/8MHVCzr)

# Axiom

Expand All @@ -12,6 +13,9 @@ learned over years of Actor model implementations in Akka and Erlang. Axiom is,
direct re-implementation of either of the two aforementioned actor models but rather a new
implementation deriving inspiration from the good parts of those projects.

* 2019-12-19 0.2.1
* Fixed a critical issue where pending Actor Handles were dropped early.
* Fixed a critical issue where panics weren't caught on poll of Actor Handles.
* 2019-12-06 0.2.0
* Massive internal refactor in order to support async Actors. There are only a few breaking
changes, so porting to this version will be relatively simple.
Expand Down

0 comments on commit 247418a

Please sign in to comment.