Skip to content

Commit e6077ea

Browse files
chore: release v0.1.1
1 parent c76d375 commit e6077ea

File tree

5 files changed

+41
-5
lines changed

5 files changed

+41
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
2323
thiserror = { version = "2.0.11", default-features = false }
2424
tracing = { version = "0.1.41", default-features = false, features = ["attributes"] }
2525

26-
mapping-algorithms = { version = "0.1.0", path = "crates/mapping-algorithms" }
27-
mapping-suites = { version = "0.1.0", path = "crates/mapping-suites" }
26+
mapping-algorithms = { version = "0.1.1", path = "crates/mapping-algorithms" }
27+
mapping-suites = { version = "0.1.1", path = "crates/mapping-suites" }
2828

2929
[profile.mindebug-dev]
3030
inherits = "dev"
@@ -46,4 +46,4 @@ debug = true
4646
inherits = "release"
4747
codegen-units = 1
4848
debug = false
49-
lto = "fat"
49+
lto = "fat"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/EmilyMatt/mapping-rs/compare/mapping-algorithms-v0.1.0...mapping-algorithms-v0.1.1) - 2025-01-20
11+
12+
### Fixed
13+
14+
- LICENSE symlinks
15+
16+
### Other
17+
18+
- Remove individual README's, add LICENSE symlink (#123)

crates/mapping-algorithms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mapping-algorithms"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Emily Matheys <[email protected]>"]
55
description = "A collection of pure-rust algorithms, for spatial and SLAM purposes"
66
edition = "2021"

crates/mapping-suites/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/EmilyMatt/mapping-rs/compare/mapping-suites-v0.1.0...mapping-suites-v0.1.1) - 2025-01-20
11+
12+
### Fixed
13+
14+
- LICENSE symlinks
15+
16+
### Other
17+
18+
- Remove individual README's, add LICENSE symlink (#123)

crates/mapping-suites/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mapping-suites"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Emily Matheys <[email protected]>"]
55
description = "A collection of SLAM suites, based on mapping-algorithms"
66
edition = "2021"

0 commit comments

Comments
 (0)