Skip to content

Commit

Permalink
Rewire dates to canonical format in CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Nov 22, 2023
1 parent 845174e commit 662d4e6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Changelog
=========

+ Version 1.44 (28.06.2022)
+ Version 1.44 (2022.06.28)

- Fixed a bug in --smart-case with Python 3 (#67)
- Added Rust to known types
- Python 2.7 support dropped; pss Python 3-only now.

+ Version 1.43 (05.01.2021)
+ Version 1.43 (2021.01.05)

- Added new types: QML, TypeScript, go.mod, Toml, Dockerfile.
- Support for multiple include and exclude patterns (#56)
- Improve compatibility with newer versions of Python 3
- Updated version of colorama which fixed some old-standing issues with color
output.

+ Version 1.42 (06.08.2018)
+ Version 1.42 (2018.08.06)

- Added a new option: --exclude-pattern to exclude files matching a regex.
This is the inverse of -G, since negative regexes are sometimes tricky to
Expand All @@ -25,13 +25,13 @@ Changelog
- Made --hs a synonym for --haskell
- Added support for universal newlines (#36)

+ Version 1.41 (10.09.2016)
+ Version 1.41 (2016.09.10)

- Added --julia, --vhdl and --verilog types (pull requests #29, #30).
- Added support for Bazel types (BUILD, .bzl), Clojure, Markdown, Protobuf.
- Colorama updated to newer version (#33).

+ Version 1.40 (03.11.2014)
+ Version 1.40 (2014.11.03)

- Added .metadata directory to ignore list (issue #17).
- Added the .haml extension for Ruby
Expand All @@ -44,7 +44,7 @@ Changelog
- Exit with a return code similarly as ack and grep (issue #24).
0: Match found or help/version printed. 1: No match. 2: Error.

+ Version 1.39 (20.09.2013)
+ Version 1.39 (2013.09.20)

- Fixed a number of problems with mixing regex pattern and extensions in file
searching (see Github issues #2 and #3).
Expand All @@ -57,12 +57,12 @@ Changelog
- Added the .pyw extension to Python patterns (issue #12).
- Added the .go extension for Go (issue #14).

+ Version 1.38 (23.03.2013)
+ Version 1.38 (2013.03.23)

- Issue #39: Fix regex matching which was broken by the non-regex optimization
in v1.37

+ Version 1.37 (21.03.2013)
+ Version 1.37 (2013.03.21)

- Fixed the output of --help-types to describe file patterns more faithfully.
- Issue #35: Fix the -w option to work properly on Python 3
Expand All @@ -76,15 +76,15 @@ Changelog
- Issue #38: Optimize matching of non-regex patterns, which is very common.
Measured speedup of 10-20%.

+ Version 0.36 (27.12.2012)
+ Version 0.36 (2012.12.27)

- Issue #28: additional patterns for Makefile searches.
- Issue #30: added option to search in files without extensions.
- Added patterns for searching within LLVM IR, Tablegen, SCons, separated
include and inline files (.inc, .inl), .S assembly and JSON files.
- Issue #32: handle path separators in --ignore-dir.

+ Version 0.35 (09.03.2012)
+ Version 0.35 (2012.03.09)

- Speedup (~20%) for matching file contents (pull request #7 by Neil
Chintomby)
Expand All @@ -97,7 +97,7 @@ Changelog
read permissions.
- Issue #26: additional patterns for CMake searches.

+ Version 0.34 (16.11.2011)
+ Version 0.34 (2011.11.16)

- Added --noheading and --nobreak options (pull request #4 by Bernhard
Leiner).
Expand All @@ -112,7 +112,7 @@ Changelog
- Issue #3: Allow specifying file types using patterns, not just extensions.
Also adds new types: make, rake, cmake.

+ Version 0.33 (21.10.2011)
+ Version 0.33 (2011.10.21)

- Issue #7: allow simple invocation of pss without installing, by directly
passing the source directory to a Python interpreter.
Expand All @@ -127,11 +127,11 @@ Changelog
- Issue #8: When Ctrl+C is hit, print a succinct error message instead of
the full stack trace.

+ Version 0.32 (14.10.2011)
+ Version 0.32 (2011.10.14)

- Move pss.py from scripts/ to psslib/, leaving just a wrapper call to
pss.py's main() in scripts/pss.py and scripts/pss. This is better than
the previous solution of having a symlink in scripts/ because pip on
Python 2.6 doesn't handle symlinks too well.

+ Version 0.31 - Initial public release (14.10.2011)
+ Version 0.31 - Initial public release (2011.10.14)

0 comments on commit 662d4e6

Please sign in to comment.