Skip to content

Commit 6f3e8fa

Browse files
committed
update manifest and changelog
1 parent a6916c5 commit 6f3e8fa

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
### 0.1.2
33

4+
* Added unit tests
5+
* Converted the project structure to a lib
46
* If the configuration file cannot be read, use the default values
57
* Removing some logs and replacing them with proper error handling and error propagation
68
* Added Connection resiliency. If the RabbitMq dies, it will start retrying to connect until it exhausts all retries

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
[package]
22
name = "rabbit_borough"
3-
version = "0.1.2"
4-
authors = ["stefanos.kouroupis <stefanos.kouroupis@cloudcall.com>"]
3+
version = "0.1.2-alpha"
4+
authors = ["stefanos.kouroupis <manekato@gmail.com>"]
55
edition = "2018"
6+
description = "Create a RabbitMQ consumer project with minimal effort, by bypassing templating, configuration and complicated resiliency logic"
7+
readme = "README.md"
8+
repository = "https://github.com/elasticrash/rabbit-borough"
9+
license = "MIT"
10+
license-file = "LICENSE"
11+
keywords = ["rabbitmq", "amqp"]
612

713
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
814
[dependencies]

0 commit comments

Comments
 (0)