Skip to content

Commit 681ea8e

Browse files
committed
update for first public release
1 parent 1d825be commit 681ea8e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased](https://github.com/laratoolbox/eloquent-filters/compare/v0.1.0...main)
8+
9+
10+
---
11+
12+
13+
## [0.1.0] - 2021-01-16
14+
### Added
15+
- First public release.

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "laratoolbox/eloquent-filters",
3-
"description": "Add filters to eloquent models",
3+
"description": "Easily add filters into eloquent models",
44
"keywords": [
55
"laratoolbox",
6+
"laravel",
67
"eloquent",
78
"filters"
89
],
@@ -13,6 +14,13 @@
1314
{
1415
"name": "Semih ERDOGAN",
1516
"email": "[email protected]",
17+
"homepage": "https://semiherdogan.net/",
18+
"role": "Developer"
19+
},
20+
{
21+
"name": "Dincer DEMIRCIOGLU",
22+
"email": "[email protected]",
23+
"homepage": "https://dincer.info/",
1624
"role": "Developer"
1725
}
1826
],

0 commit comments

Comments
 (0)