Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
Bump vsn -> 0.1.0, add changelog
Browse files Browse the repository at this point in the history
Additionally, added @cloud8421 as a contributor.

Resolves #37, #38
  • Loading branch information
jtmoulia committed Sep 14, 2015
1 parent a929da3 commit 8e1ce65
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.0] - 2015-09-14

### Added

- [RawSocket transport](https://github.com/tavendo/WAMP/blob/master/spec/advanced/rawsocket-transport.md)
- [Session authentication](https://github.com/tavendo/WAMP/blob/master/spec/advanced/authentication.md) with examples
- Example for RPC calls
- Msgpack serializer
- Testing matrix for transport/serializer combinations
- [Pattern based subscriptions](https://github.com/tavendo/WAMP/blob/master/spec/advanced/pattern-based-subscription.md)

### Changed

- Configurable timeouts for session, hello, and goodbye

### Fixed

- Seed passwords using `:crypto.rand_bytes` to avoid forced clock skew
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Spell.Mixfile do

def project do
[app: :spell,
version: "0.0.1",
version: "0.1.0",
name: "Spell",
source_url: "https://github.com/MyMedsAndMe/spell",
elixir: "~> 1.0",
Expand Down Expand Up @@ -39,6 +39,7 @@ defmodule Spell.Mixfile do
[files: ["lib", "priv", "mix.exs", "README.md", "LICENSE"],
contributors: ["Daniel Marín",
"Thomas Moulia",
"Claudio Ortolina",
"Volker Rabe",
"Marco Tanzi"],
licenses: ["Apache 2.0"],
Expand Down

2 comments on commit 8e1ce65

@cloud8421
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 👏 👏 👏 👏 👏

@yelps
Copy link
Contributor

@yelps yelps commented on 8e1ce65 Sep 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎂

Please sign in to comment.