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

Maintenance updates #29

Merged
merged 4 commits into from
Oct 10, 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
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# Changelog

All notable changes to Zung_mini will be documented in this file.
All notable changes to this project will be documented in this file.

## [zung_mini-v0.3.0] - 2024-10-02
# [0.4.0] - 2024-10-10:

## [zung_parsers-v0.1.1] - 2024-10-10

- Release

### 🚀 Features

- INTRODUCING ZUNG PARSERS
- Along with full cli.
- Deserialization and Serialization like a MF.

## [zung_mini-v0.4.0] - 2024-10-10

### 🚀 Features

- Introducing the new sorting algorithm project: Orst

# [0.3.0] - 2024-10-02:

## [zung_mini-v0.3.1] - 2024-10-02

### 🚀 Features

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zung"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Ishaan Goel <[email protected]>"]
description = "A monolith of rust projects"
Expand All @@ -14,7 +14,7 @@ members = ["zung_mini"]
resolver = "2"

[dependencies]
zung_mini = { version = "0.3.1", path = "./zung_mini" }
zung_mini = { version = "0.4.0", path = "./zung_mini" }
zung_parsers = { version = "0.1.1", path = "./zung_parsers" }

anyhow = "1.0.89"
Expand Down
2 changes: 1 addition & 1 deletion zung_mini/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to Zung_mini will be documented in this file.

## [zung_mini-v0.3.0] - 2024-10-02
## [zung_mini-v0.3.1] - 2024-10-02

### 🚀 Features

Expand Down
2 changes: 1 addition & 1 deletion zung_mini/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zung_mini"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
authors = ["Ishaan Goel <[email protected]>"]
description = "Mini rust projects that target specific features of rust"
Expand Down
Loading