Skip to content

Commit

Permalink
Prepare release version 0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed May 10, 2024
1 parent 99833eb commit 727cc7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flatzinc"
version = "0.3.20-dev"
publish = false
version = "0.3.20"
publish = true
authors = ["Sven Thiele <[email protected]>"]
description = "A FlatZinc parser"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flatzinc [![Build Status](https://github.com/potassco/flatzinc/workflows/CI%20test/badge.svg)](https://github.com/potassco/flatzinc) [![Latest Version](https://img.shields.io/crates/v/flatzinc.svg)](https://crates.io/crates/flatzinc) [![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/flatzinc)

A parser for the [FlatZinc](https://www.minizinc.org/doc-2.4.3/en/fzn-spec.html#specification-of-flatzinc) modelling language version 2.4.3.
A parser for the [FlatZinc](https://www.minizinc.org/doc-2.8.3/en/fzn-spec.html#specification-of-flatzinc) modelling language version 2.8.3.

## Compile

Expand All @@ -14,7 +14,7 @@ In your `Cargo.toml`:

```toml
[dependencies]
flatzinc = "0.3.20-dev"
flatzinc = "0.3.20"
```

In your code:
Expand Down

0 comments on commit 727cc7f

Please sign in to comment.