Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelVo committed Oct 20, 2022
1 parent f96c4e0 commit c499beb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.5
### Performance
- The gridless pathfinder is now twice as fast on scenes with many walls


## 1.0.4
### Bugfixes
- Fixed a bug that caused non-optimal paths to be generated for large hex tokens
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "routinglib",
"title": "routinglib",
"description": "A library module to calculate a path between two points",
"version": "1.0.4",
"version": "1.0.5",
"compatibility": {
"minimum": "10",
"verified": "10"
Expand All @@ -18,7 +18,7 @@
"js/main.js"
],
"url": "https://github.com/manuelVo/foundryvtt-routinglib",
"download": "https://github.com/manuelVo/foundryvtt-routinglib/releases/download/v1.0.4/routinglib-1.0.4.zip",
"download": "https://github.com/manuelVo/foundryvtt-routinglib/releases/download/v1.0.5/routinglib-1.0.5.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-routinglib/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gridless-pathfinding"
version = "1.0.4"
version = "1.0.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit c499beb

Please sign in to comment.