Skip to content

Commit 5597369

Browse files
authored
Merge pull request #215 from amirkaws/amirkaws-release-v1.0.0
chore: Bump versions for release
2 parents 5e099f6 + 9c6e2e0 commit 5597369

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
1010

1111
## [Unreleased]
1212

13+
## [1.0.0] - 2023-02-24
1314
## [0.0.2-preview] - 2023-01-18
1415
## [0.0.1-preview.1] - 2022-08-01
1516
### Added

docs/index.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: AWS Lambda Powertools for .NET (developer preview)
3-
description: AWS Lambda Powertools for .NET (developer preview)
2+
title: AWS Lambda Powertools for .NET
3+
description: AWS Lambda Powertools for .NET
44
---
55

66
<!-- markdownlint-disable MD043 MD013 -->
@@ -20,14 +20,6 @@ AWS Lambda Powertools for .NET (which from here will be referred as Powertools)
2020

2121
2) [**Share your work**](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/new?assignees=&labels=community-content&template=share_your_work.yml&title=%5BI+Made+This%5D%3A+%3CTITLE%3E). Blog posts, video, sample projects you used Powertools!
2222

23-
!!! warning "Do not use this library in production"
24-
25-
**AWS Lambda Powertools for .NET is currently released in preview** and is intended strictly for feedback purposes only. This version is not stable, and significant breaking changes might incur as part of the upcoming production-ready release.
26-
27-
Your support is much appreciated. If you encounter any problems, [please raise an issue](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/new/choose).
28-
29-
**Do not use this library for production workloads.**
30-
3123
## Features
3224

3325
Core utilities such as Tracing, Logging, and Metrics will be available across all Lambda Powertools languages. Additional utilities are subjective to each language ecosystem and customer demand.

version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Core": {
3-
"Common": "0.0.2-preview",
4-
"Logging": "0.0.2-preview",
5-
"Metrics": "0.0.2-preview",
6-
"Tracing": "0.0.2-preview"
3+
"Common": "1.0.0",
4+
"Logging": "1.0.0",
5+
"Metrics": "1.0.0",
6+
"Tracing": "1.0.0"
77
}
88
}

0 commit comments

Comments
 (0)