Skip to content

Commit

Permalink
@mcap/core 1.2.0 (foxglove#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhurliman committed Feb 28, 2023
1 parent aaa53c1 commit edd144f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@
"program": "${workspaceFolder}/cpp/test/build/Debug/bin/unit-tests",
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug conformance",
"program": "${workspaceFolder:mcap}/.build/debug/conformance",
"args": [],
"cwd": "${workspaceFolder:mcap}",
"preLaunchTask": "swift: Build Debug conformance"
},
{
"type": "lldb",
"request": "launch",
"name": "Release conformance",
"program": "${workspaceFolder:mcap}/.build/release/conformance",
"args": [],
"cwd": "${workspaceFolder:mcap}",
"preLaunchTask": "swift: Build Release conformance"
}
]
}
2 changes: 1 addition & 1 deletion typescript/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcap/core",
"version": "1.1.0",
"version": "1.2.0",
"description": "MCAP file support in TypeScript",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit edd144f

Please sign in to comment.