Skip to content

Commit

Permalink
🤍 mommy is enthusiastic about v1.2.5~
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Nov 28, 2023
1 parent 9b85100 commit aba7ebd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ indent_style = space
indent_size = 4

[*.md]
indent_size = 2
trim_trailing_whitespace = false

[*.yml]
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog
## [Unreleased]
## [1.2.5] -- 2023-11-28
### added
* 📈 mommy now explains how to integrate with nushell, thanks to [aemogie.](https://github.com/aemogie)~ ([#65](https://github.com/FWDekker/mommy/issues/65))

### changed
* 🍳 mommy uses newer github actions, thanks to [zopolis4](https://github.com/Zopolis4)~ ([#68](https://github.com/FWDekker/mommy/pull/68))
* 💨 mommy became much faster at doing her exams~ ([#69](https://github.com/FWDekker/mommy/pull/69))
* 📂 mommy supports specifying a custom directory during `make`~ ([#70](https://github.com/FWDekker/mommy/pull/70))
* 👭 mommy now has an apt repository, see [mommy's readme](https://github.com/FWDekker/mommy/blob/v1.2.5/README.md#-with-a-package-manager) for installation instructions~ ([#71](https://github.com/FWDekker/mommy/pull/71))


## [1.2.4] -- 2023-08-28
Expand Down
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
[![github ci status](https://img.shields.io/github/actions/workflow/status/FWDekker/mommy/ci.yml?style=for-the-badge)](https://github.com/FWDekker/mommy/actions/workflows/ci.yml?query=branch%3Amain)
[![mommy is licensed under unlicense](https://img.shields.io/github/license/FWDekker/mommy?style=for-the-badge)](https://github.com/FWDekker/mommy/blob/main/LICENSE)

<!-- In the future, add a badge from https://repology.org/ -->
---

🚚 [**installation**](#-installation) | 📖 [**usage**](#-usage) | 🙋 [**configuration**](#-configuration) | 🐚 [**shell integration**](#-shell-integration) | ⚗️ [**development**](#%EF%B8%8F-development) | 💖 [**acknowledgements**](#-acknowledgements)

---

mommy's here to support you!
mommy will compliment you if things go well, and will encourage you if things are not going
Expand Down Expand Up @@ -203,7 +207,7 @@ find your operating system and package manager for the right instructions~
check [the full list of configuration options](#-configuration).
note that your nix configuration should use lowercase variable names~
* **nixos** (persistent)
install mommy by adding the following to your nixos configuration (usually in `/etc/nixos/configuration.nix`):
install mommy by adding the following to your nixos configuration (usually in `/etc/nixos/configuration.nix`):
```nix
environment.systemPackages = with pkgs; [
mommy
Expand Down Expand Up @@ -782,18 +786,17 @@ if mommy should add, remove, or change anything here, [open an issue](https://gi
* mommy thanks [austin burk](https://github.com/sudofox) for creating
[shell-mommy](https://github.com/sudofox/shell-mommy) and contributing to the mommy-sphere;
mommy did not know about shell-mommy before embarking on her journey, but loves her very much~
* mommy thanks [natawie](https://github.com/FWDekker/mommy/issues/39) for
[suggesting publishing mommy on copr](https://github.com/FWDekker/mommy/issues/39)~
* mommy thanks [natawie](https://github.com/natawie) for
[suggesting publishing mommy on copr](https://github.com/FWDekker/mommy/issues/39) and
[writing the zsh completions](https://github.com/FWDekker/mommy/pull/48)~
* mommy thanks [amber sprenkels](https://github.com/dsprenkels) for
[reporting a bug](https://github.com/FWDekker/mommy/issues/45),
[sharing great ideas](https://github.com/FWDekker/mommy/issues/46), and
[making mommy talk less like a robot](https://github.com/FWDekker/mommy/pull/47)~
* mommy thanks [natawie](https://github.com/natawie) for
[writing the zsh completions](https://github.com/FWDekker/mommy/pull/48)~
* mommy thanks [wei he](https://github.com/wei/socialify) for creating [socialify](https://github.com/wei/socialify),
* mommy thanks [wei he](https://github.com/wei) for creating [socialify](https://github.com/wei/socialify),
which mommy uses for her github social preview~
* mommy thanks [ckie](https://github.com/ckiee) for
[bringing mommy to nixpkgs](https://github.com/NixOS/nixpkgs/pull/250034) and
[bringing mommy to nixpkgs](https://github.com/NixOS/nixpkgs/pull/250034) and
[several neat improvements](https://github.com/FWDekker/mommy/pull/61)~
* mommy thanks [aemogie.](https://github.com/aemogie) for
[telling her how to integrate with nushell](https://github.com/FWDekker/mommy/issues/65)~
Expand Down
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.2.4
2023-08-28
1.2.5
2023-11-29

0 comments on commit aba7ebd

Please sign in to comment.