Skip to content
zamba uses git to manage its version.

This closes issue #20.

We will create dedicated branches and use merge commits on master.
Squashing should only done when changes work on the same feature.

This tag also tries to use `git shortlog --no-merges prior..HEAD` to
summarize the changes:

Thomas (7):
      reused queries should tell their usage pattern to sqlite3--prepare
      fix: synchronized the log output of db-changes to the actual sql in use.
      fix: leaked change from master reverted
      use git tags as the version to propagate
      updated README