Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 6cd3f47

Browse files
committed
Update package version to 1.5.1
1 parent 86a125e commit 6cd3f47

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.5.1] - TBD
8+
## [1.5.1] - 2021/10/14
99

1010
### Changed
1111

1212
- Set initial total amount for all value accumulators in default constructor
1313
- Swapped `ValueAccumulator<T>.SetValue` parameter order to more closely align with other Unity conventions
14+
- Rewrote and added new editor property drawers for data structures
15+
- Reduced string padding on `Bitmask.ToString()`
1416

1517
## [1.5.0] - 2021/09/12
1618

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.datastructures",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"displayName": "Data Structures",
55
"description": "The Data Structures package contains common data structures and design pattern implementations for Unity projects. It also contains dozens of class extensions for common collection types and interfaces.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)