Skip to content

Commit

Permalink
Release v0.2.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Jun 28, 2024
1 parent e1fd5e4 commit 98b5f18
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### 🚨 Breaking changes

### ✨ Enhancements

### 🐛 Bug fixes

### 📚 Documentation and demo website changes

### 🔧 Internal changes

## [0.2.0] - 2024-06-28

### 🚨 Breaking changes

- Changed the `name` attribute to `type` when drawing objects.
- Removed the `isClass` and `stack_frame` attributes and embedded them as the types `.class` and `.frame`.
- Renamed the input for blank objects from `BLANK` to `.blank`.
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.1.0",
"version": "0.2.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
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit 98b5f18

Please sign in to comment.