File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.14.1
4+
5+ ### Bug fixes
6+
7+ * Include descriptor when generating google_protos.
8+
39## v0.14.0
410
511### Enhancements
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The package can be installed by adding `:protobuf` to your list of dependencies
2222``` elixir
2323def deps do
2424 [
25- {:protobuf , " ~> 0.14.0 " }
25+ {:protobuf , " ~> 0.14.1 " }
2626 ]
2727end
2828```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Protobuf.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/elixir-protobuf/protobuf"
5- @ version "0.14.0 "
5+ @ version "0.14.1 "
66 @ description "A pure Elixir implementation of Google Protobuf."
77
88 def project do
You can’t perform that action at this time.
0 commit comments