Skip to content

Commit

Permalink
Remove assets from repo (#33)
Browse files Browse the repository at this point in the history
This pull request includes changes to the `README.md` file to update the
layout and improve the presentation of the `Page Hunter` project. The
most important changes include modifying the alignment of the logo and
shields, and removing an unnecessary horizontal rule.

Improvements to the `README.md` layout:

* Changed the alignment of the logo and shields from center to left.
* Removed an unnecessary horizontal rule to clean up the presentation.
  • Loading branch information
JMTamayo authored Jan 11, 2025
2 parents 0d21d29 + 5eedd50 commit 905103c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center"><img src="assets/page-hunter-logo-v2.png" width="350"/></div>
# Page Hunter

<div align="center">
<div align="left">
<img src="https://img.shields.io/github/license/JMTamayo/page-hunter">
<a href="https://deps.rs/repo/github/JMTamayo/page-hunter">
<img src="https://deps.rs/repo/github/JMTamayo/page-hunter/status.svg">
Expand All @@ -19,8 +19,6 @@
</a>
</div>

---

***Page Hunter*** library is a Rust-based pagination tool that provides a way to manage and navigate through pages of data.
It offers a set of resources that encapsulates all the necessary pagination information such as the current page, total pages, previous page, next page and the items on the current page.

Expand Down
Binary file removed assets/page-hunter-logo-v1.png
Binary file not shown.
Binary file removed assets/page-hunter-logo-v2.png
Binary file not shown.
6 changes: 6 additions & 0 deletions page-hunter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 🚀 v0.4.2 [2025-01-11]

### Changed:

- 🔨 Remove assets from repo by [@JMTamayo](https://github.com/JMTamayo).

## 🚀 v0.4.1 [2025-01-11]

### Fixed:
Expand Down

0 comments on commit 905103c

Please sign in to comment.