Skip to content

Commit

Permalink
Prepare version 1.3.0-rc1 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored Aug 12, 2019
1 parent c0d493f commit 0daa112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## 1.3.0

### Added

Expand All @@ -13,15 +13,16 @@
- Support wildcard keys
- Add typespecs to public Elixometer methods
- Support configuring the formatter using a module in addition to a function ref
- Support for bulk subscriptions to get all metrics at once

### Changed

- Elixometer now requires Elixir 1.5 or later.
- Lager 3.2.1 or later is now required.
- :exometer_core 1.5 or later is now required.

### Fixed

- Fix `@timed` function attribute to correctly time function body
([#100](https://github.com/pinterest/elixometer/pull/100),
[#101](https://github.com/pinterest/elixometer/pull/101))

[Unreleased]: https://github.com/pinterest/elixometer/compare/1.2.1...HEAD
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Elixometer.Mixfile do
def project do
[
app: :elixometer,
version: "1.3.0-dev",
version: "1.3.0-rc1",
elixir: ">= 1.5.0",
description: @description,
source_url: @project_url,
Expand Down

0 comments on commit 0daa112

Please sign in to comment.