Skip to content

Commit

Permalink
Release v0.3.0! (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu authored Aug 2, 2024
1 parent 4d6b5c8 commit 38efc5c
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 88 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,22 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### ✨ Enhancements

### 🐛 Bug fixes

### 📚 Documentation and demo website changes

### 🔧 Internal changes

## [0.3.0] - 2024-08-02

### ✨ Enhancements

- Changed the `filePath` argument in the MemoryViz CLI to be optional and added `--output` option.

### 🐛 Bug fixes

- Fixed issue where object boxes would be drawn on top of stack frames in diagrams with large left margins.

### 📚 Documentation and demo website changes

### 🔧 Internal changes

- Moved global style attributes to CSS embedded in generated SVGs.
Expand Down
4 changes: 2 additions & 2 deletions memory-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memory-viz",
"version": "0.2.0",
"version": "0.3.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 Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/david-yz-liu/memory-viz.git",
"url": "git+https://github.com/david-yz-liu/memory-viz.git",
"directory": "memory-viz"
},
"bugs": {
Expand Down
Loading

0 comments on commit 38efc5c

Please sign in to comment.