Skip to content

Commit

Permalink
Bumped Version (#43)
Browse files Browse the repository at this point in the history
Bumped release version
Added information to changelog
  • Loading branch information
crhowell3 authored Aug 6, 2024
1 parent 6202292 commit 3696fe3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# Open DIS Rust Changelog

## [0.1.0-beta.0] - 2024-08-05

### Changed
- Move Non-PDU Data Types into Separate Data Type Directory (#39)

### Fixed
- Clippy fixes (#41)

## [0.1.0-alpha.10] - 2024-08-04

### Changed
- Finished Definition of Gridded Data PDU (#35)
- Move All Enums into Separate Module (#30)

### Fixed
- Fix Default PDU Sizes and Adjust Size When Serializing (#36)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open-dis-rust"
version = "0.1.0-alpha.10"
version = "0.1.0-beta.0"
authors = ["Cameron Howell <jango.djarin@proton.me>"]
description = "A Rust implementation of the IEEE 1278.1-2012 DIS Standard."
edition = "2021"
Expand Down

0 comments on commit 3696fe3

Please sign in to comment.