Skip to content

Commit

Permalink
Prepare release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 20, 2023
1 parent d9eaaaa commit 53039e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## v0.8.0-dev
## v0.8.0

- Update to clingo-sys-0.7.2 (clingo 5.6.2)
- Remove functions to create csp terms from the ast module
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clingo"
version = "0.8.0-dev"
version = "0.8.0"
publish = ["crates-io"]
authors = ["sthiele <sthiele78@gmail.com>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ follows.

```toml
[dependencies]
clingo = { version = "0.8.0-dev", features = ["static-linking"] }
clingo = { version = "0.8.0", features = ["static-linking"] }
```

### Using `derive` macro
Expand All @@ -51,7 +51,7 @@ In your `Cargo.toml` add:

```toml
[dependencies]
clingo = { version = "0.8.0-dev", features = ["derive"] }
clingo = { version = "0.8.0", features = ["derive"] }
```

In your source write:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/clingo/0.8.0-dev")]
#![doc(html_root_url = "https://docs.rs/clingo/0.8.0")]
#![doc = include_str!("../README.md")]
#![allow(non_upper_case_globals)]
#![allow(clippy::try_err)]
Expand Down

0 comments on commit 53039e3

Please sign in to comment.