Skip to content

Commit

Permalink
release: bump to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts authored and Francesco Sardone committed Jan 11, 2023
1 parent 502f509 commit 4c382f7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Please note that this repository adheres not completely to the standard indicated above.
- A major version is released when a new programming language fundamental has been added to the repository;
- A minor version is released when a new small project of any given language has been added to the repository;
- A patch version is released when a needed fix or batch of fixes is released.
- A patch version is released when a needed fix or batch of fixes is released.
 

## 🎉 1.4.0
### What's Changed
* feat: add devcontainer base configuration by @Airscripts in https://github.com/Airscripts/polyglot/pull/8
* feat(nim): add testament poc by @Airscripts in https://github.com/Airscripts/polyglot/pull/10

### New Contributors
* @Airscripts made their first contribution in https://github.com/Airscripts/polyglot/pull/8

**Full Changelog**: https://github.com/Airscripts/polyglot/compare/1.3.0...1.4.0
 

## 🎉 1.3.0
### What's Changed
* feat(nim): add an unittest poc in nim

### Full Changelog
https://github.com/Airscripts/polyglot/compare/1.2.0...1.3.0
https://github.com/Airscripts/polyglot/compare/1.2.0...1.3.0
 

## 🎉 1.2.0
### What's Changed
* feat(nim): add an http server poc in nim

### Full Changelog
https://github.com/Airscripts/polyglot/compare/1.1.0...1.2.0
https://github.com/Airscripts/polyglot/compare/1.1.0...1.2.0
 

## 🎉 1.1.0
### What's Changed
* feat(nim): add a basic cli written in nim

### Full Changelog
https://github.com/Airscripts/polyglot/compare/1.0.0...1.1.0
https://github.com/Airscripts/polyglot/compare/1.0.0...1.1.0
 

## 🎉 1.0.0
### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0

0 comments on commit 4c382f7

Please sign in to comment.