Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
8e5959b121 chore(release): 0.3.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-10-19 04:50:42 +00:00
4 changed files with 3 additions and 9 deletions

View File

@ -6,10 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4.0] - 2024-10-19
### Added
- add hyperlog
## [0.3.1] - 2024-10-19
### Fixed
- *(deps)* update rust crate serde_json to v1.0.129

View File

@ -26,4 +26,4 @@ hex = { version = "0.4.3" }
toml = { version = "0.8.14" }
[workspace.package]
version = "0.4.0"
version = "0.3.1"

View File

@ -1,4 +0,0 @@
version: v2
modules:
- path: crates/hyperlog-protos/proto
name: buf.build/noschemaplz/hyperlog

View File

@ -392,6 +392,7 @@ impl<'a> StatefulWidget for GraphExplorer<'a> {
fn render(self, area: Rect, buf: &mut Buffer, state: &mut Self::State) {
let Rect { height, .. } = area;
let _height = height as usize;
if let Some(graph) = &state.graph {
let movement_graph: MovementGraph =