Skip to content

Commit 933de23

Browse files
committed
chore: release main
1 parent 691e4c1 commit 933de23

File tree

12 files changed

+66
-16
lines changed

12 files changed

+66
-16
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
".": "1.5.0",
3-
"src/1password": "1.1.0",
4-
"src/act": "1.0.0",
5-
"src/doppler": "2.2.0",
2+
".": "1.6.0",
3+
"src/1password": "1.2.0",
4+
"src/act": "1.1.0",
5+
"src/doppler": "2.3.0",
66
"src/postgresql": "1.5.0",
77
"src/rabbitmq-server": "1.1.0",
88
"src/redis-server": "1.1.0",
9-
"src/snowflake-odbc": "1.1.0",
10-
"src/trivy": "1.0.0"
9+
"src/snowflake-odbc": "1.2.0",
10+
"src/trivy": "1.1.0"
1111
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/itsmechlark/features/compare/v1.5.0...v1.6.0) (2024-07-29)
4+
5+
6+
### Features
7+
8+
* **1password:** Support for mantic ([#23](https://github.com/itsmechlark/features/issues/23)) ([691e4c1](https://github.com/itsmechlark/features/commit/691e4c18c6c829483a5dcad307b326b318ef8423))
9+
* **1password:** Update version options ([9d2c5a6](https://github.com/itsmechlark/features/commit/9d2c5a682307ed776d9f28a27f066dacf7f901b0))
10+
* **act:** Update version options ([42638d1](https://github.com/itsmechlark/features/commit/42638d13783dcb24ec1a39fd193228abe51efdfb))
11+
* **doppler:** Update version options ([daef022](https://github.com/itsmechlark/features/commit/daef0221f7e58126750ca70b327a21f43d4bb306))
12+
* **snowflake-odbc:** Update version options ([3b3889b](https://github.com/itsmechlark/features/commit/3b3889b76b0a2a48931b5725f3e8cc6202f5014a))
13+
* **trivy:** Update version options ([7cedacd](https://github.com/itsmechlark/features/commit/7cedacd2cd7ee1da3178e18d98989af3fa08c9f5))
14+
315
## [1.5.0](https://github.com/itsmechlark/features/compare/v1.4.2...v1.5.0) (2024-05-08)
416

517

src/1password/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/itsmechlark/features/compare/1password-v1.1.0...1password-v1.2.0) (2024-07-29)
4+
5+
6+
### Features
7+
8+
* **1password:** Support for mantic ([#23](https://github.com/itsmechlark/features/issues/23)) ([691e4c1](https://github.com/itsmechlark/features/commit/691e4c18c6c829483a5dcad307b326b318ef8423))
9+
* **1password:** Update version options ([9d2c5a6](https://github.com/itsmechlark/features/commit/9d2c5a682307ed776d9f28a27f066dacf7f901b0))
10+
311
## [1.1.0](https://github.com/itsmechlark/features/compare/1password-v1.0.2...1password-v1.1.0) (2024-05-08)
412

513

src/1password/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "1Password CLI",
33
"id": "1password",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "1Password CLI allows you to automate administrative tasks, securely provision secrets across development environments, and use biometrics to authenticate in the terminal.",
66
"options": {
77
"version": {

src/act/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/itsmechlark/features/compare/act-v1.0.0...act-v1.1.0) (2024-07-29)
4+
5+
6+
### Features
7+
8+
* **act:** Update version options ([42638d1](https://github.com/itsmechlark/features/commit/42638d13783dcb24ec1a39fd193228abe51efdfb))

src/act/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "act",
33
"id": "act",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Run your GitHub Actions locally 🚀",
66
"options": {
77
"version": {

src/doppler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/itsmechlark/features/compare/doppler-v2.2.0...doppler-v2.3.0) (2024-07-29)
4+
5+
6+
### Features
7+
8+
* **doppler:** Update version options ([daef022](https://github.com/itsmechlark/features/commit/daef0221f7e58126750ca70b327a21f43d4bb306))
9+
310
## [2.2.0](https://github.com/itsmechlark/features/compare/doppler-v2.1.3...doppler-v2.2.0) (2024-05-08)
411

512

src/doppler/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Doppler CLI",
33
"id": "doppler",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"description": "Install the Doppler CLI in local development and production environments.",
66
"options": {
77
"version": {

src/snowflake-odbc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/itsmechlark/features/compare/snowflake-odbc-v1.1.0...snowflake-odbc-v1.2.0) (2024-07-29)
4+
5+
6+
### Features
7+
8+
* **snowflake-odbc:** Update version options ([3b3889b](https://github.com/itsmechlark/features/commit/3b3889b76b0a2a48931b5725f3e8cc6202f5014a))
9+
310
## [1.1.0](https://github.com/itsmechlark/features/compare/snowflake-odbc-v1.0.0...snowflake-odbc-v1.1.0) (2024-05-08)
411

512

src/snowflake-odbc/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Snowflake ODBC",
33
"id": "snowflake-odbc",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "Snowflake provides a driver for connecting to Snowflake using ODBC-based client applications.",
66
"documentationURL": "https://github.com/itsmechlark/features/tree/main/src/snowflake-odbc",
77
"options": {

0 commit comments

Comments
 (0)