Skip to content

Commit

Permalink
And this shall be 1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Mar 28, 2019
1 parent 7a5f2a1 commit f27168b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 1.0.0
## 1.0.0 (2019-03-28)

It's 0.99.0 without the deprecation warnings. Specifically:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -96,7 +96,7 @@ Add benchee to your list of dependencies in `mix.exs`:

```elixir
defp deps do
[{:benchee, "~> 0.14", only: :dev}]
[{:benchee, "~> 1.0", only: :dev}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Benchee.Mixfile do
use Mix.Project

@version "0.99.0"
@version "1.0.0"

def project do
[
Expand Down

0 comments on commit f27168b

Please sign in to comment.