Skip to content

Commit 6004d6b

Browse files
committed
Release v0.15.0
1 parent b9ba207 commit 6004d6b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## v0.14.1
415

516
### Bug fixes

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.1"
5+
@version "0.15.0"
66
@description "A pure Elixir implementation of Google Protobuf."
77

88
def project do

0 commit comments

Comments
 (0)