Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Mar 2, 2017
1 parent 153e029 commit 54db583
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 135 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.1.1

- Fix some scaling issues

## 3.1.0

- Handle more config file locations
Expand Down
256 changes: 128 additions & 128 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ members = [
lto = true

[replace]
"fireplace_lib:3.0.1" = { path = "./fireplace_lib" }
"fireplace_lib:3.0.2" = { path = "./fireplace_lib" }
4 changes: 2 additions & 2 deletions fireplace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "fireplace"
version = "3.1.0"
version = "3.1.1"
authors = ["Victor Brekenfeld (Drakulix) <github@drakulix.de>"]
workspace = ".."

[dependencies]
fireplace_lib = { version = "3.0.1", default-features = false }
fireplace_lib = { version = "3.0.2", default-features = false }
wlc = { version = "2.0.1", features = ["serialization"] }

slog = "1.5"
Expand Down
4 changes: 2 additions & 2 deletions fireplace_flavors/code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "fireplace_code"
version = "1.2.1"
version = "1.2.2"
authors = ["Victor Brekenfeld (Drakulix) <github@drakulix.de>"]
workspace = "../.."

[dependencies]
fireplace_lib = { version = "3.0.1" }
fireplace_lib = { version = "3.0.2" }
wlc = { version = "2.0.1", features = ["serialization"] }

slog = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion fireplace_flavors/json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fireplace_json"
version = "3.1.0"
version = "3.1.1"
authors = ["Victor Brekenfeld (Drakulix) <github@drakulix.de>"]
workspace = "../.."

Expand Down
8 changes: 8 additions & 0 deletions fireplace_lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.0.2

- Fix scaling issues

## 3.0.1

- Dependency Updates

## 3.0.0

- Update wlc dependency (considered public api)
Expand Down
2 changes: 1 addition & 1 deletion fireplace_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fireplace_lib"
version = "3.0.1"
version = "3.0.2"
authors = ["Drakulix <github@drakulix.de>"]
description = "Modular wayland window manager library"
documentation = "https://drakulix.github.io/fireplace"
Expand Down

0 comments on commit 54db583

Please sign in to comment.