Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed Apr 10, 2022
1 parent 5012729 commit 55bdcb2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Version 2.0.0

This version introduces some breaking changes for _how_ and _where_ configuration is stored, as well as changes the default git branch from `master` to `main`, and making the branch name non-configurable.

⚠️ **Breaking changes** ⚠️
* Config is now stored as JSON
* Config is now stored at `$XDG_CONFIG_HOME`, if unset use `$HOME/.config/eureka`. This is more
inline with where config should be stored
* `main` branch is used by default, and you can't config the branch name anymore. Use `git checkout main` to create a new branch based on our current one.

Just update and run it to go through the first time setup again.

**Other changes**
* Only allow absolute path for repo
* Only allow to clear entire config instead of just repo (`--clear-config`)
* Dependency and docs updates

## Version 1.8.1
* Bugfix: Commit and push to stored branch name

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eureka"
version = "1.8.1"
version = "2.0.0"
description = "CLI tool to input and store your ideas without leaving the terminal"
authors = ["Simon Egersand <[email protected]>"]
categories = ["command-line-interface", "command-line-utilities"]
Expand Down

0 comments on commit 55bdcb2

Please sign in to comment.