Skip to content

Commit

Permalink
Merge pull request #215 from amirkaws/amirkaws-release-v1.0.0
Browse files Browse the repository at this point in the history
chore: Bump versions for release
  • Loading branch information
amirkaws authored Feb 24, 2023
2 parents 5e099f6 + 9c6e2e0 commit 5597369
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo

## [Unreleased]

## [1.0.0] - 2023-02-24
## [0.0.2-preview] - 2023-01-18
## [0.0.1-preview.1] - 2022-08-01
### Added
Expand Down
12 changes: 2 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: AWS Lambda Powertools for .NET (developer preview)
description: AWS Lambda Powertools for .NET (developer preview)
title: AWS Lambda Powertools for .NET
description: AWS Lambda Powertools for .NET
---

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

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!

!!! warning "Do not use this library in production"

**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.

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).

**Do not use this library for production workloads.**

## Features

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.
Expand Down
8 changes: 4 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Core": {
"Common": "0.0.2-preview",
"Logging": "0.0.2-preview",
"Metrics": "0.0.2-preview",
"Tracing": "0.0.2-preview"
"Common": "1.0.0",
"Logging": "1.0.0",
"Metrics": "1.0.0",
"Tracing": "1.0.0"
}
}

0 comments on commit 5597369

Please sign in to comment.