Skip to content

Commit

Permalink
Release v0.5.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Dec 6, 2024
1 parent a10698e commit 470a72a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,24 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### ✨ Enhancements

- Added a batch mode to allow multiple snapshots as inputs to `draw` function

### 🐛 Bug fixes

### 📚 Documentation and demo website changes

### 🔧 Internal changes

## [0.5.0-rc.0] - 2024-12-06

### ✨ Enhancements

- Added a batch mode to allow multiple snapshots as inputs to `draw` function

### 📚 Documentation and demo website changes

- Updated project READMEs.

### 🔧 Internal changes

- Added a GitHub workflow for automatically publishing memory-viz to npm.
- Added `prepare` script to `memory-viz/package.json`.

Expand All @@ -44,7 +54,6 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Disabled download buttons when there is no input/output.
- Added a dialog to the file input section.
- Made improvements to the dark mode version of the website.
- Updated project READMEs.

### 🔧 Internal changes

Expand Down
2 changes: 1 addition & 1 deletion memory-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memory-viz",
"version": "0.4.0",
"version": "0.5.0-rc.0",
"description": "Library for creating beginner-friendly memory model diagrams.",
"main": "dist/memory-viz.bundle.js",
"homepage": "https://www.cs.toronto.edu/~david/memory-viz",
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 470a72a

Please sign in to comment.