Skip to content

Commit

Permalink
release: bumps version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Aug 16, 2024
1 parent 24c0e8b commit c9f3366
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.2.0 - 08-16-2024

### Revise

- Greatly improves the WDL TextMate grammar
([#4](https://github.com/stjude-rust-labs/sprocket-vscode/pull/4)).
- Changes indentation in snippets from spaces to tabs
([#5](https://github.com/stjude-rust-labs/sprocket-vscode/pull/5)).

### Documentation

- Multiple updates to the `README.md` and instructions on how to get set up
using the Sprocket VS Code extension
([`295f100`](https://github.com/stjude-rust-labs/sprocket-vscode/commit/295f100194dc577daf044978b562a60ab5e728ae)
and [`c65a65f`](https://github.com/stjude-rust-labs/sprocket-vscode/commit/c65a65f2fd1768d12ae6c6814b6daf29a60311a7)).

## 0.1.0 - 07-29-2024

### Added

- Add the initial implementation of the Sprocket extension.
([#1](https://github.com/stjude-rust-labs/sprocket-vscode/pull/1)).
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-blue.svg" />
</a>
<br/>
<a href="https://marketplace.visualstudio.com/items?itemName=stjude-rust-labs.sprocket-vscode"><strong>Download »</strong></a>
·
<a href="https://stjude-rust-labs.github.io/sprocket/vscode/getting-started.html"><strong>Read the Docs »</strong></a>
·
<a href="https://github.com/stjude-rust-labs/sprocket-vscode/issues/new?assignees=&labels=&template=feature_request.md&title=Descriptive%20Title&labels=enhancement"><strong>Request Feature »</strong></a>
Expand All @@ -26,14 +28,16 @@
> [!NOTE]
> The Sprocket Visual Studio Code extension is currently in very early development. As such, you currently have to download and install the latest version of the `sprocket` command line tool manually before running the extension. You may also experience various UX issues, such as needing to manually restart the Sprocket extension if it crashes. We plan to improve all of these things as we continue to iterate.
## Overview
## 🏠 Overview

This extension provides support developing bioinformatics workflows via the <a
href="https://openwdl.org/">Workflow Description Language</a>. It does this by
leveraging the [`sprocket`](https://github.com/stjude-rust-labs/sprocket)
command line tool (and, behind the scenes, the
[`wdl`](https://github.com/stjude-rust-labs/wdl) family of crates).

## 📚 Getting Started

To get started, follow the instructions outlined in [the documentation](https://stjude-rust-labs.github.io/sprocket/vscode/getting-started.html).

## 🎨 Features
Expand Down Expand Up @@ -144,7 +148,7 @@ Contributions, issues and feature requests are welcome! Feel free to check
This project is licensed as either [Apache 2.0][license-apache] or
[MIT][license-mit] at your discretion.

Copyright © 2023-Present [St. Jude Children's Research Hospital](https://github.com/stjude).
Copyright © 2024-Present [St. Jude Children's Research Hospital](https://github.com/stjude).

[license-apache]: https://github.com/stjude-rust-labs/sprocket-vscode/blob/main/LICENSE-APACHE
[license-mit]: https://github.com/stjude-rust-labs/sprocket-vscode/blob/main/LICENSE-MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/stjude-rust-labs/sprocket-vscode"
},
"version": "0.1.0",
"version": "0.2.0",
"engines": {
"vscode": "^1.91.0"
},
Expand Down

0 comments on commit c9f3366

Please sign in to comment.