Skip to content

Commit e3c480b

Browse files
committed
chore: release main
1 parent 4d6a1ec commit e3c480b

10 files changed

Lines changed: 51 additions & 9 deletions

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
".": "1.6.0",
3-
"src/1password": "1.2.0",
4-
"src/act": "1.1.0",
5-
"src/doppler": "2.3.0",
6-
"src/postgresql": "1.5.0",
2+
".": "1.7.0",
3+
"src/1password": "1.3.0",
4+
"src/act": "1.2.0",
5+
"src/doppler": "2.4.0",
6+
"src/postgresql": "1.5.1",
77
"src/rabbitmq-server": "1.1.0",
88
"src/redis-server": "1.1.0",
99
"src/snowflake-odbc": "1.2.0",

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/itsmechlark/features/compare/v1.6.0...v1.7.0) (2025-03-08)
4+
5+
6+
### Features
7+
8+
* **1password:** Update version options ([888ecc5](https://github.com/itsmechlark/features/commit/888ecc5e1140405d3239cd3475b6b6a0da9d116d))
9+
* **act:** Update version options ([70f10ab](https://github.com/itsmechlark/features/commit/70f10abc3c9150c01d4062e7ff27e83e064716e2))
10+
* **doppler:** Update version options ([937a331](https://github.com/itsmechlark/features/commit/937a331772d8a5e3de44a1f9c8654a405a132163))
11+
12+
13+
### Bug Fixes
14+
15+
* **postgresql:** Database initialization on creation only ([4d6a1ec](https://github.com/itsmechlark/features/commit/4d6a1eccc7e00873ef783e2e0e9fd3ce6d0016e8))
16+
317
## [1.6.0](https://github.com/itsmechlark/features/compare/v1.5.0...v1.6.0) (2024-07-29)
418

519

src/1password/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.3.0](https://github.com/itsmechlark/features/compare/1password-v1.2.0...1password-v1.3.0) (2025-03-08)
4+
5+
6+
### Features
7+
8+
* **1password:** Update version options ([888ecc5](https://github.com/itsmechlark/features/commit/888ecc5e1140405d3239cd3475b6b6a0da9d116d))
9+
310
## [1.2.0](https://github.com/itsmechlark/features/compare/1password-v1.1.0...1password-v1.2.0) (2024-07-29)
411

512

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.2.0",
4+
"version": "1.3.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: 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/act-v1.1.0...act-v1.2.0) (2025-03-08)
4+
5+
6+
### Features
7+
8+
* **act:** Update version options ([70f10ab](https://github.com/itsmechlark/features/commit/70f10abc3c9150c01d4062e7ff27e83e064716e2))
9+
310
## [1.1.0](https://github.com/itsmechlark/features/compare/act-v1.0.0...act-v1.1.0) (2024-07-29)
411

512

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.1.0",
4+
"version": "1.2.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.4.0](https://github.com/itsmechlark/features/compare/doppler-v2.3.0...doppler-v2.4.0) (2025-03-08)
4+
5+
6+
### Features
7+
8+
* **doppler:** Update version options ([937a331](https://github.com/itsmechlark/features/commit/937a331772d8a5e3de44a1f9c8654a405a132163))
9+
310
## [2.3.0](https://github.com/itsmechlark/features/compare/doppler-v2.2.0...doppler-v2.3.0) (2024-07-29)
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.3.0",
4+
"version": "2.4.0",
55
"description": "Install the Doppler CLI in local development and production environments.",
66
"options": {
77
"version": {

src/postgresql/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.5.1](https://github.com/itsmechlark/features/compare/postgresql-v1.5.0...postgresql-v1.5.1) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **postgresql:** Database initialization on creation only ([4d6a1ec](https://github.com/itsmechlark/features/commit/4d6a1eccc7e00873ef783e2e0e9fd3ce6d0016e8))
9+
310
## [1.5.0](https://github.com/itsmechlark/features/compare/postgresql-v1.4.0...postgresql-v1.5.0) (2024-05-08)
411

512

src/postgresql/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PostgreSQL",
33
"id": "postgresql",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"description": "PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.",
66
"options": {
77
"version": {

0 commit comments

Comments
 (0)