Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Apr 21, 2023
1 parent 5bcde90 commit 3a44a99
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Releases

## cereslib 0.4.0 - (2023-04-21)

**New features:**

* Support for more languages and file types\
The library is able to detect the new file formats and language
formats. This list includes JavaScript, TypeScript, Terraform, among
others.


## cereslib 0.3.6 - (2023-02-01)

* Update Poetry's package dependencies
Expand Down
4 changes: 2 additions & 2 deletions cereslib/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-04-20 15:17:37.714362
__version__ = "0.4.0-rc.1"
# File auto-generated by semverup on 2023-04-21 11:40:25.715418
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cereslib"
version = "0.4.0-rc.1"
version = "0.4.0"
description = "GrimoireLab: Unify, eventize and enrich information from Perceval"
authors = [
"GrimoireLab Developers"
Expand Down
9 changes: 9 additions & 0 deletions releases/0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## cereslib 0.4.0 - (2023-04-21)

**New features:**

* Support for more languages and file types\
The library is able to detect the new file formats and language
formats. This list includes JavaScript, TypeScript, Terraform, among
others.

This file was deleted.

0 comments on commit 3a44a99

Please sign in to comment.