Skip to content

Commit

Permalink
Maintenance updates (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan26 authored Oct 10, 2024
2 parents a683111 + 3e137a3 commit 0f997ac
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
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

0 comments on commit 0f997ac

Please sign in to comment.