Skip to content

Commit

Permalink
updates readme, changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
robacarp committed Oct 1, 2018
1 parent 4f62afd commit 89ab6ae
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
@@ -1,29 +1,36 @@
### 2018-08-16
# Changelog

## 0.2.1
### 2018-10-01
- Logo contributed by @psikoz
- Add several more automated tests
- Add configuration for CI : `make test demo` will run all acceptance criteria
- Add demo section
- Release version 0.2.1

### 2018-08-16
- Update to specify crystal 0.26
- Add several tests
- Add makefile

## 0.2.0
### 2018-06-22

- Update to specify crystal-redis 2.0 and crystal 0.25
- Release version 0.2.0

## 0.1.1
### 2018-06-08

- Breaking: Update Mosquito::Model type alias to match updates to Granite
- Misc typo fixes and flexibility upgrades
- Update Crystal specification 0.23.1 -> .24.2
- Correctly specify and sync version numbers from shard.yml / version.cr / git tag
- Release version 0.1.1

### 2018-01-16

- Use configurable Logger instead of writing directly to stdout
- Job classes can now disable rescheduling on failure
- Log output is now colorized and formatted to be read by human eyes
- BUG: task id was mutating on each save, causing weird logging when tasks reschedule.

### 2017-12

- PERFORMANCE: adding IDLE_WAIT to prevent slamming redis when the queues are empty. Smarter querying of the queues for work.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -25,12 +25,10 @@ Current Limitations:

## Project State

Updated 2018-09-10
Updated 2018-10-01

> Sufficient working beta.
>
> Most functionality is tested, and it all seems to be working in manual tests.
>
> Use in a production environment at your own risk, and please open issues and feature requests.
## Installation
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,5 +1,5 @@
name: mosquito
version: 0.2.0
version: 0.2.1

authors:
- Robert L Carpenter <robert@robacarp.com>
Expand Down
2 changes: 1 addition & 1 deletion src/mosquito/version.cr
@@ -1,3 +1,3 @@
module Mosquito
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 89ab6ae

Please sign in to comment.