Skip to content

Commit

Permalink
Release v0.2.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Nov 22, 2023
2 parents 4af3084 + 048612f commit 5946d9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## Unreleased
## v0.2.0

*November 21st, 2023*

- Deserialize ITF values into native Rust types with a custom deserializer
instead of having to go through `Itf<A>` wrapper type.
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

[![API Documentation][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
[![codecov][codecov-image]][codecov-link]
[![Apache 2.0 Licensed][license-image]][license-link]
Expand All @@ -9,6 +10,10 @@

Rust library for consuming [Apalache ITF Traces][itf-adr].

## API Documentation

The [API documentation][docs-link] is available on `docs.rs`.

## Example

**Trace:** [`MissionariesAndCannibals.itf.json`](./apalache-itf/tests/fixtures/MissionariesAndCannibals.itf.json)
Expand Down Expand Up @@ -239,6 +244,8 @@ Unless required by applicable law or agreed to in writing, software distributed

[build-image]: https://github.com/informalsystems/itf-rs/workflows/Rust/badge.svg
[build-link]: https://github.com/informalsystems/itf-rs/actions?query=workflow%3ARust
[docs-image]: https://docs.rs/itf/badge.svg
[docs-link]: https://docs.rs/itf
[codecov-image]: https://codecov.io/github/informalsystems/itf-rs/branch/main/graph/badge.svg?token=6LFLG9ILD1
[codecov-link]: https://codecov.io/github/informalsystems/itf-rs
[license-image]: https://img.shields.io/badge/license-Apache_2.0-blue.svg
Expand Down
2 changes: 1 addition & 1 deletion itf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "itf"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
readme = "../README.md"
Expand Down

0 comments on commit 5946d9f

Please sign in to comment.