We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb13cdb commit 26ea15eCopy full SHA for 26ea15e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+
4
+## v0.1.2
5
6
+* Enhancements
7
+ * Clean up Elixir 1.11 warnings
8
9
## v0.1.1
10
11
* Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule PBCS.MixProject do
use Mix.Project
- @version "0.1.1"
+ @version "0.1.2"
@source_url "https://github.com/hexpm/pbcs"
def project do
0 commit comments