Skip to content

Commit

Permalink
馃: craft-cms, dbt-core, jira, openzfs
Browse files Browse the repository at this point in the history
craft-cms:
- Item root['versions']['5.1.1'] ({'name': '5.1.1', 'date': '2024-05-02'}) added to dictionary.
- Item root['versions']['4.9.1'] ({'name': '4.9.1', 'date': '2024-05-02'}) added to dictionary.

dbt-core:
- Item root['versions']['1.7.14'] ({'name': '1.7.14', 'date': '2024-05-02'}) added to dictionary.
- Item root['versions']['1.6.14'] ({'name': '1.6.14', 'date': '2024-05-02'}) added to dictionary.

jira:
- Item root['versions']['9.15.2'] ({'name': '9.15.2', 'date': '2024-05-02'}) added to dictionary.

openzfs:
- Item root['versions']['2.2.4'] ({'name': '2.2.4', 'date': '2024-05-02'}) added to dictionary.
  • Loading branch information
github-actions[bot] committed May 3, 2024
1 parent 5a831d5 commit 0b45c98
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releases/craft-cms.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
}
},
"versions": {
"5.1.1": {
"name": "5.1.1",
"date": "2024-05-02"
},
"4.9.1": {
"name": "4.9.1",
"date": "2024-05-02"
},
"5.1.0": {
"name": "5.1.0",
"date": "2024-04-30"
Expand Down
8 changes: 8 additions & 0 deletions releases/dbt-core.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"releases": {},
"versions": {
"1.7.14": {
"name": "1.7.14",
"date": "2024-05-02"
},
"1.6.14": {
"name": "1.6.14",
"date": "2024-05-02"
},
"1.7.13": {
"name": "1.7.13",
"date": "2024-04-18"
Expand Down
4 changes: 4 additions & 0 deletions releases/jira.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
}
},
"versions": {
"9.15.2": {
"name": "9.15.2",
"date": "2024-05-02"
},
"9.4.20": {
"name": "9.4.20",
"date": "2024-04-11"
Expand Down
4 changes: 4 additions & 0 deletions releases/openzfs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"releases": {},
"versions": {
"2.2.4": {
"name": "2.2.4",
"date": "2024-05-02"
},
"2.1.15": {
"name": "2.1.15",
"date": "2024-02-26"
Expand Down

0 comments on commit 0b45c98

Please sign in to comment.