Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaney committed Aug 10, 2023
1 parent efa2050 commit aa98ac9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.2] - 2023-08-09
### Changed
- Make `decode/2` and `decode!/2` accept iodata instead of just Strings

Expand Down Expand Up @@ -62,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release


[Unreleased]: https://github.com/benhaney/Jsonrs/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/benhaney/Jsonrs/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/benhaney/Jsonrs/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/benhaney/Jsonrs/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/benhaney/Jsonrs/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/benhaney/Jsonrs/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add Jsonrs as a dependency in your `mix.exs` file.

```elixir
def deps do
[{:jsonrs, "~> 0.3.1"}]
[{:jsonrs, "~> 0.3"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Jsonrs.MixProject do
use Mix.Project

@version "0.3.1"
@version "0.3.2"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion native/jsonrs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/jsonrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonrs"
version = "0.3.1"
version = "0.3.2"
authors = []
edition = "2018"

Expand Down

0 comments on commit aa98ac9

Please sign in to comment.