Skip to content

Commit 4f8bdb5

Browse files
author
mayank.kushwah
committed
release: update readme file
1 parent 690cba2 commit 4f8bdb5

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ For more information : https://vitabletech.github.io/SnippetMaster/
2626

2727
## Supported Languages
2828

29-
SnippetMaster currently supports the following languages:
30-
29+
* AWS cli
30+
* Ansible commands
31+
* Terraform commands
3132
* PHP
3233
* JavaScript
34+
* git/github commands
3335
* Sql
3436
* shell script/cmd
3537
* windows use full commands
@@ -38,7 +40,6 @@ SnippetMaster currently supports the following languages:
3840
* Wordpress
3941
* Docker commands
4042
* Laravel
41-
* git/githb commands
4243

4344
## Issues
4445

changelog.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## Changelog - Version 1.5.0
2+
3+
## What's Changed
4+
* Release v1.5.0 by @msrajawat298 in https://github.com/vitabletech/SnippetMaster/pull/56
5+
* enhancement: add new commands ansible, terraform and aws cli by @msrajawat298 in https://github.com/vitabletech/SnippetMaster/pull/59
6+
7+
### Features
8+
9+
- **DevOps Commands:**
10+
- **Ansible:**
11+
- Added new commands for ad-hoc operations, playbook execution, and essential tasks.
12+
- **Terraform:**
13+
- Introduced commands for initialization, planning, applying, and managing Terraform infrastructure.
14+
- **AWS CLI:**
15+
- Included commands for common AWS operations, simplifying interactions with AWS services.
16+
- **Docker:**
17+
- Update and added new docker commands
18+
19+
### Improvements
20+
21+
- Updated and enhanced the repository with additional commands to facilitate DevOps processes.
22+
- Improved developer experience by providing a comprehensive set of commands for popular tools.
23+
24+
### Documentation
25+
26+
- Updated documentation to include details about the new commands and their usage.
27+
- Added examples and explanations for Ansible, Terraform, and AWS CLI commands.
28+
29+
30+
**Full Changelog**: https://github.com/vitabletech/SnippetMaster/compare/v1.4.0...v1.5.0
31+
132
## Changelog - Version 1.4.0
233

334
- Added new code snippets for Git and GitHub commands. (See `snippets/git.code-snippets`)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "snippetmaster",
33
"displayName": "All in One Snippet Master",
44
"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.",
5-
"version": "1.5.0",
5+
"version": "1.5.1",
66
"publisher": "vitabletech",
77
"author": {
88
"name": "Mayank Singh Kushwah",

0 commit comments

Comments
 (0)