Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
= New feature

- Linux support with libsecret (#7 @eagletmt)

  libsecret commuicates with D-Bus secret service; for instance,
  gnome-keyring implements it.

= New feature in v0.2.0 (forgot to note..)

- `--list` command

  On OS X keychain, values have to be set after envchain v0.2.0 or later
  due to data structure change, in prior to be listed.
  • Loading branch information
sorah committed Jun 8, 2016
1 parent ed3e870 commit cc84ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envchain.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "envchain.h"


static const char version[] = "0.2.0";
static const char version[] = "1.0.0";
const char *envchain_name;

/* for help */
Expand Down

0 comments on commit cc84ebc

Please sign in to comment.