We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ba207 commit 6004d6bCopy full SHA for 6004d6b
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.15.0
4
+
5
+## Enhancements
6
7
+ * Add conversions between `Google.Protobuf.Duration` and Elixir's `Duration` (if `Duration` is available).
8
+ * Remove deprecated `Protobuf.new/0`, `Protobuf.new/1`, and `Protobuf.new!/1`.
9
10
+### Bug fixes
11
12
+ * Fix a possible compilation error on Elixir 1.19.
13
14
## v0.14.1
15
16
### Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule Protobuf.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-protobuf/protobuf"
- @version "0.14.1"
+ @version "0.15.0"
@description "A pure Elixir implementation of Google Protobuf."
def project do
0 commit comments