From 43300547ae02d701d16915a3aab2e4979d60e881 Mon Sep 17 00:00:00 2001 From: James Harris Date: Tue, 8 Feb 2022 11:52:08 +1000 Subject: [PATCH] Add `protomoney.Fmt()`. --- CHANGELOG.md | 15 +++++++++++--- protomoney/format.go | 40 ++++++++++++++++++++++++++++++++++++ protomoney/format_test.go | 43 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 protomoney/format.go create mode 100644 protomoney/format_test.go diff --git a/CHANGELOG.md b/CHANGELOG.md index 3838164..cea8560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,24 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ -[Semantic Versioning]: https://semver.org/spec/v2.0.0.html + +[keep a changelog]: https://keepachangelog.com/en/1.0.0/ +[semantic versioning]: https://semver.org/spec/v2.0.0.html + +## [Unreleased] + +### Added + +- Add `protomoney.Fmt()` +- Add original Google `money.proto` file to `protomoney` package ## [0.1.0] - 2021-06-14 - Initial release -[Unreleased]: https://github.com/dogmatiq/dosh + +[unreleased]: https://github.com/dogmatiq/dosh [0.1.0]: https://github.com/dogmatiq/dogma/releases/tag/v0.1.0