Skip to content

Commit

Permalink
release: update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank.kushwah committed Nov 20, 2023
1 parent 690cba2 commit 4f8bdb5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ For more information : https://vitabletech.github.io/SnippetMaster/

## Supported Languages

SnippetMaster currently supports the following languages:

* AWS cli
* Ansible commands
* Terraform commands
* PHP
* JavaScript
* git/github commands
* Sql
* shell script/cmd
* windows use full commands
Expand All @@ -38,7 +40,6 @@ SnippetMaster currently supports the following languages:
* Wordpress
* Docker commands
* Laravel
* git/githb commands

## Issues

Expand Down
31 changes: 31 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## Changelog - Version 1.5.0

## What's Changed
* Release v1.5.0 by @msrajawat298 in https://github.com/vitabletech/SnippetMaster/pull/56
* enhancement: add new commands ansible, terraform and aws cli by @msrajawat298 in https://github.com/vitabletech/SnippetMaster/pull/59

### Features

- **DevOps Commands:**
- **Ansible:**
- Added new commands for ad-hoc operations, playbook execution, and essential tasks.
- **Terraform:**
- Introduced commands for initialization, planning, applying, and managing Terraform infrastructure.
- **AWS CLI:**
- Included commands for common AWS operations, simplifying interactions with AWS services.
- **Docker:**
- Update and added new docker commands

### Improvements

- Updated and enhanced the repository with additional commands to facilitate DevOps processes.
- Improved developer experience by providing a comprehensive set of commands for popular tools.

### Documentation

- Updated documentation to include details about the new commands and their usage.
- Added examples and explanations for Ansible, Terraform, and AWS CLI commands.


**Full Changelog**: https://github.com/vitabletech/SnippetMaster/compare/v1.4.0...v1.5.0

## Changelog - Version 1.4.0

- Added new code snippets for Git and GitHub commands. (See `snippets/git.code-snippets`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "snippetmaster",
"displayName": "All in One Snippet Master",
"description": "A Visual Studio Code extension that provides custom code snippets for a variety of programming languages. With SnippetMaster, you can save time and increase your productivity by quickly inserting common code patterns and snippets.",
"version": "1.5.0",
"version": "1.5.1",
"publisher": "vitabletech",
"author": {
"name": "Mayank Singh Kushwah",
Expand Down

0 comments on commit 4f8bdb5

Please sign in to comment.