Skip to content

Commit

Permalink
chore: Bump version to 0.7.1 in package.json (#9)
Browse files Browse the repository at this point in the history
* Update README.md

* chore: Bump version to 0.7.1 in package.json
  • Loading branch information
kadirkaang authored Jul 9, 2024
1 parent 7d45e92 commit 75eacb2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

Dependi is a comprehensive dependency management extension that helps developers write code faster and smarter by efficiently managing project dependencies. Formerly known as Crates the most loved and used dependency management extension for Rust. Dependi now supports multiple languages including Rust, Go, JavaScript, and Python.

[Install](https://www.dependi.io/download) Dependi in Visual Studio Code and
[Sign up](https://www.dependi.io/register) for Dependi Pro free trial.
[Install](https://www.dependi.io/download) Dependi via VSCode or [Dependi.io](https://www.dependi.io)


When you install Dependi in Visual Studio Code, 2 options are available :

- Dependi Core: Provides essential dependency management for Rust, Go, JavaScript, TypeScript and Python projects. Free to use with no subscription required.

- Dependi Pro: Offers many advanced features like detailed vulnerability reports, private repository support, and priority support... Easy subscription packages and free trials are available.

## Why Dependi?

Are you tired of manually managing your dependencies? Dependi is here to save the day! Whether you're a seasoned developer or just getting started, our extension is designed to make your life easier and your coding experience more enjoyable.
- [Dependi Pro:](https://www.dependi.io) Offers many advanced features like detailed vulnerability reports, private repository support, and priority support... Easy subscription packages and [free trials](https://www.dependi.io/#pricing) are available.

## Key Features

Expand Down
10 changes: 10 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log

All notable changes to the "dependi" extension will be documented in this file.
## 0.7.1

### Bug Fixes

- Fixed issue with excessive fetching: optimize dependency check([699db85](https://github.com/filllabs/dependi/pull/5))

### Other Changes

- Updated README.md file

## 0.7.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dependi",
"displayName": "Dependi",
"description": "Empowers developers to efficiently manage dependencies and address vulnerabilities in Rust, Go, JavaScript, and Python projects.",
"version": "0.7.0",
"version": "0.7.1",
"publisher": "fill-labs",
"author": {
"name": "Fill Labs",
Expand Down

0 comments on commit 75eacb2

Please sign in to comment.