Skip to content

Commit 64d4ced

Browse files
v0idpwnwhatyouhide
authored andcommitted
Release v0.14.1
1 parent a7d4e96 commit 64d4ced

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The package can be installed by adding `:protobuf` to your list of dependencies
2222
```elixir
2323
def deps do
2424
[
25-
{:protobuf, "~> 0.14.0"}
25+
{:protobuf, "~> 0.14.1"}
2626
]
2727
end
2828
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)