We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d4e96 commit 64d4cedCopy full SHA for 64d4ced
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.14.1
4
+
5
+### Bug fixes
6
7
+ * Include descriptor when generating google_protos.
8
9
## v0.14.0
10
11
### Enhancements
README.md
@@ -22,7 +22,7 @@ The package can be installed by adding `:protobuf` to your list of dependencies
22
```elixir
23
def deps do
24
[
25
- {:protobuf, "~> 0.14.0"}
+ {:protobuf, "~> 0.14.1"}
26
]
27
end
28
```
mix.exs
@@ -2,7 +2,7 @@ defmodule Protobuf.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-protobuf/protobuf"
- @version "0.14.0"
+ @version "0.14.1"
@description "A pure Elixir implementation of Google Protobuf."
def project do
0 commit comments