Skip to content

Commit a64fc5b

Browse files
committed
2 parents c6949d2 + 46fc428 commit a64fc5b

5 files changed

Lines changed: 146 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/MCole-K9/mc-budget/compare/v1.1.0...v1.2.0) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* refactor date handling by introducing utility functions for date formatting and retrieval ([8cb0df9](https://github.com/MCole-K9/mc-budget/commit/8cb0df9b2390487d4ea061811b25ac1189a2e040))
9+
310
## [1.1.0](https://github.com/MCole-K9/mc-budget/compare/v1.0.1...v1.1.0) (2026-03-25)
411

512

LICENSE

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
PolyForm Noncommercial License 1.0.0
2+
3+
<https://polyformproject.org/licenses/noncommercial/1.0.0>
4+
5+
Acceptance
6+
7+
In order to get any license under these terms, you must agree
8+
to them as both strict obligations and conditions to all
9+
your licenses.
10+
11+
Copyright License
12+
13+
The licensor grants you a copyright license for the
14+
software to do everything you might do with the software
15+
that would otherwise infringe the licensor's copyright
16+
in it for any permitted purpose. However, you may
17+
only distribute the software according to Distribution
18+
License and make changes or new works based on the
19+
software according to Changes and New Works License.
20+
21+
Distribution License
22+
23+
The licensor grants you an additional copyright license
24+
to distribute copies of the software. Your license
25+
to distribute covers distributing the software with
26+
changes and new works permitted by Changes and New
27+
Works License.
28+
29+
Notices
30+
31+
You must ensure that anyone who gets a copy of any part
32+
of the software from you also gets a copy of these terms
33+
or the URL for them above, as well as copies of any
34+
plain-text lines beginning with Required Notice: that
35+
the licensor provided with the software. For example:
36+
37+
Required Notice: Copyright Maricole Cole (https://github.com/MCole-K9)
38+
39+
Changes and New Works License
40+
41+
The licensor grants you an additional copyright license
42+
to make changes and new works based on the software for
43+
any permitted purpose.
44+
45+
Patent License
46+
47+
The licensor grants you a patent license for the software
48+
that covers patent claims the licensor can license, or
49+
will be able to license, that you would infringe by using
50+
the software.
51+
52+
Noncommercial Purposes
53+
54+
Any noncommercial purpose is a permitted purpose.
55+
56+
Personal Uses
57+
58+
Personal use for research, experiment, and testing for
59+
the benefit of public knowledge, personal study, private
60+
entertainment, hobby projects, amateur pursuits, or
61+
religious observance, without any anticipated commercial
62+
application, is use for a permitted purpose.
63+
64+
Noncommercial Organizations
65+
66+
Use by any charitable organization, educational institution,
67+
public research organization, public safety or health
68+
organization, environmental protection organization,
69+
or government institution is use for a permitted purpose
70+
regardless of the source of funding or obligations resulting
71+
from the funding.
72+
73+
Fair Use
74+
75+
You may have "fair use" rights for the software under the
76+
law. These terms do not limit them.
77+
78+
No Other Rights
79+
80+
These terms do not allow you to sublicense or transfer
81+
any of your licenses to anyone else, or prevent the
82+
licensor from granting licenses to anyone else. These
83+
terms do not imply any other licenses.
84+
85+
Patent Defense
86+
87+
If you make any written claim that the software infringes
88+
or contributes to infringement of any patent, your patent
89+
license for the software granted under these terms ends
90+
immediately. If your employer makes such a claim, your
91+
patent license ends immediately for work on behalf of
92+
your employer.
93+
94+
Violations
95+
96+
The first time you are notified in writing that you have
97+
violated any of these terms, or done anything with the
98+
software not covered by your licenses, your licenses
99+
can nonetheless continue if you come into compliance
100+
within 32 days after receiving notice. Otherwise, all
101+
your licenses end immediately.
102+
103+
No Liability
104+
105+
As far as the law allows, the software comes as is,
106+
without any warranty or condition, and the licensor
107+
will not be liable to you for any damages arising out
108+
of these terms or the use or nature of the software,
109+
under any kind of legal claim.
110+
111+
Definitions
112+
113+
The licensor is the individual or entity offering these
114+
terms, and the software is the software the licensor
115+
makes available under these terms.
116+
117+
You refers to the individual or entity agreeing to these
118+
terms.
119+
120+
Your company is any legal entity, sole proprietorship,
121+
or other kind of organization that you work for, plus all
122+
organizations that have control over, are under the control
123+
of, or are under common control with that organization.
124+
Control means ownership of substantially all the assets of
125+
an entity, or the power to direct its management and
126+
legal affairs.
127+
128+
Your licenses are all the licenses granted to you for the
129+
software under these terms.
130+
131+
Use means anything you do with the software requiring one
132+
of your licenses.
133+
134+
Trademark means trademarks, service marks, and similar
135+
rights.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ bun run test:e2e # Run E2E tests
180180

181181
## License
182182

183-
MIT
183+
[PolyForm NonCommercial 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0) — free for non-commercial use.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "mc-budget",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.2.0",
5+
"license": "PolyForm-Noncommercial-1.0.0",
56
"type": "module",
67
"scripts": {
78
"dev": "vite dev",

0 commit comments

Comments
 (0)