Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prep new release v0.5.1 #224

Merged
merged 1 commit into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file. See [conven

#### Miscellaneous Chores


## 0.5.1 - 2024-12-21

## 0.5.0 - 2024-12-16
#### Bug Fixes
- [#216](../../../../pull/216) **routing**: unwrap grouped routes
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngyn"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "Modular backend framework for web applications"
license = "MIT"
Expand Down
5 changes: 4 additions & 1 deletion crates/hyper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ All notable changes to this project will be documented in this file. See [conven

## Unreleased
#### Bug Fixes
- [#223](../../../../pull/223) **core**: implement graceful shutdown on `hyper` platform

#### Features

#### Miscellaneous Chores

## 0.2.1 - 2024-12-21
#### Bug Fixes
- [#223](../../../../pull/223) **core**: implement graceful shutdown on `hyper` platform

## 0.2.0 - 2024-12-16
#### Features
- [#217](../../../../pull/217) **core**: update ngyn version to v0.5
Expand Down
2 changes: 1 addition & 1 deletion crates/hyper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngyn-hyper"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Hyper Platform for ngyn web framework"
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions crates/macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file. See [conven
#### Miscellaneous Chores


## 0.5.1 - 2024-12-21


## 0.5.0 - 2024-12-16
#### Bug Fixes
- invalid values returned from params
Expand Down
2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngyn_macros"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "Modular backend framework for web applications"
license = "MIT"
Expand Down
8 changes: 7 additions & 1 deletion crates/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ All notable changes to this project will be documented in this file. See [conven

## Unreleased
#### Bug Fixes
- [#220](../../../../pull/220) **core**: static files don't show up on release binary

#### Features

#### Miscellaneous Chores


## 0.5.1 - 2024-12-21
#### Bug Fixes
- [#220](../../../../pull/220) **core**: static files don't show up on release binary

#### Miscellaneous Chores
- [#221](../../../../pull/221) **core**: improve str to Bytes transform performance

Expand Down
2 changes: 1 addition & 1 deletion crates/shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngyn_shared"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "Modular backend framework for web applications"
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions crates/shuttle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. See [conven

#### Features

#### Miscellaneous Chores


## 0.2.1 - 2024-12-21


## 0.2.0 - 2024-12-16
#### Features
Expand Down
2 changes: 1 addition & 1 deletion crates/shuttle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngyn-shuttle"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Shuttle Runtime Platform for ngyn web framework"
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions crates/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. See [conven

#### Features

#### Miscellaneous Chores


## 0.2.1 - 2024-12-21

## 0.2.0 - 2024-12-16
#### Features
Expand Down
2 changes: 1 addition & 1 deletion crates/vercel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngyn-vercel"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Vercel Runtime Platform for ngyn web framework"
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions crates/ws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. See [conven

#### Features

#### Miscellaneous Chores


## 0.1.1 - 2024-12-21


## 0.1.0 - 2024-12-16
#### Features
Expand Down
2 changes: 1 addition & 1 deletion crates/ws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngyn-websocket"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Websocket Runtime Platform for ngyn web framework"
license = "MIT"
Expand Down
Loading