Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							18ffa65168 
							
						 
					 
					
						
						
							
							tools: move setversion to shake, use PKG/.version, set upper bounds  
						
						... 
						
						
						
						./Shake setversion will now propagate the version number in each
package's .version file, to all the places in that package where it's
needed (ie the defs.m4 file and multiple places in the package.yaml
file. Also it now updates upper bounds on other hledger packages
to the next major version. (The new lower/upper bounds may not always
be what's desired, manual review required.)
[ci skip] 
						
					 
					
						2019-02-04 18:47:27 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bde46f7bd0 
							
						 
					 
					
						
						
							
							doc: move version, release date entirely into per-package macros  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-04 15:28:23 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bf6acf52ef 
							
						 
					 
					
						
						
							
							doc: allow per-package m4 defs, to override things like version  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-04 15:18:51 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							47f3ebf25a 
							
						 
					 
					
						
						
							
							api: remove some hard-coded version numbers  
						
						
						
					 
					
						2019-02-03 15:19:42 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f9b85a1d4c 
							
						 
					 
					
						
						
							
							update embedded docs  
						
						
						
					 
					
						2019-02-01 17:23:12 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							40d1572359 
							
						 
					 
					
						
						
							
							bump version to 1.13  
						
						
						
					 
					
						2019-02-01 17:19:19 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ca0d0b0d81 
							
						 
					 
					
						
						
							
							doc: changelogs  
						
						
						
					 
					
						2019-02-01 17:13:16 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9955f53b9b 
							
						 
					 
					
						
						
							
							doc: changelogs cleanup  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-31 15:43:08 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9fe3212940 
							
						 
					 
					
						
						
							
							changelogs  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-28 10:45:25 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							17cd5b2254 
							
						 
					 
					
						
						
							
							doc: update changelogs  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-26 11:35:08 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0a31ef848f 
							
						 
					 
					
						
						
							
							doc: update changelogs  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-26 11:31:39 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1e5e30ae87 
							
						 
					 
					
						
						
							
							regen cabal files  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-25 18:33:39 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d517aef702 
							
						 
					 
					
						
						
							
							doc: changelogs: drop unnecessary backslashes before #*_<>$  
						
						... 
						
						
						
						sed commands:
 s/\\#/#/g;
 s/\\\*/*/g;
 s/\\_/_/g;
 s/\\</</g;
 s/\\>/>/g;
 s/\\\$/$/g;
[ci skip] 
						
					 
					
						2019-01-25 18:30:09 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7b67876a80 
							
						 
					 
					
						
						
							
							doc: changelogs: convert to clean pandoc markdown  
						
						... 
						
						
						
						pandoc options:
  -f markdown-auto_identifiers
  -t markdown-header_attributes-fenced_code_attributes --atx-headers --wrap=preserve
[ci skip] 
						
					 
					
						2019-01-25 18:23:36 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							01c6f3e665 
							
						 
					 
					
						
						
							
							doc: changelogs: rename to CHANGES.md  
						
						... 
						
						
						
						These have been an adhoc mixture of plain text, markdown and org, and
used in each mode at different times. They will now have a definite
format, which for now is markdown. Org was another contender.
[ci skip] 
						
					 
					
						2019-01-25 18:12:33 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d094138910 
							
						 
					 
					
						
						
							
							api: fix recent build breakage  
						
						
						
					 
					
						2019-01-24 14:40:55 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3cf21190c0 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2019-01-05 07:35:54 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0ed3ec08fa 
							
						 
					 
					
						
						
							
							bump version to 1.12.99  
						
						
						
					 
					
						2019-01-05 07:35:54 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							40713ee7aa 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2018-12-02 17:26:18 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							67d7c82e9f 
							
						 
					 
					
						
						
							
							bump version to 1.12  
						
						
						
					 
					
						2018-12-02 17:20:34 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2d51cef88e 
							
						 
					 
					
						
						
							
							doc: changelogs  
						
						
						
					 
					
						2018-12-02 13:29:00 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b2b25d2523 
							
						 
					 
					
						
						
							
							doc: changelogs: tweak descriptions  
						
						
						
					 
					
						2018-11-25 21:06:33 -08:00 
						 
				 
			
				
					
						
							
							
								Peter Simons 
							
						 
					 
					
						
						
						
						
							
						
						
							4e8f2c11d3 
							
						 
					 
					
						
						
							
							Allow building with base-4.12.  
						
						... 
						
						
						
						The build succeeds just fine and all test suites pass, too. 
						
					 
					
						2018-10-24 10:35:11 -07:00 
						 
				 
			
				
					
						
							
							
								Samuel May 
							
						 
					 
					
						
						
						
						
							
						
						
							cde91fc5f4 
							
						 
					 
					
						
						
							
							lib: Make BalanceAssertion a full datatype  
						
						... 
						
						
						
						Note: simplifies/moves whitespace parsing out of the balance assertion
parser. 
						
					 
					
						2018-10-22 09:55:14 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							80dc2ef03f 
							
						 
					 
					
						
						
							
							update cabal files with hpack 0.31  
						
						... 
						
						
						
						As in latest stack release. Hopefully this won't unleash horrors. 
						
					 
					
						2018-10-18 14:44:16 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							862fb873b4 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2018-10-06 09:42:27 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ff2a546319 
							
						 
					 
					
						
						
							
							bump version to 1.11.99  
						
						
						
					 
					
						2018-10-06 09:42:12 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e687ef1a79 
							
						 
					 
					
						
						
							
							doc: changelogs, relnotes  
						
						
						
					 
					
						2018-10-06 09:40:06 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7bc500ccd2 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2018-09-30 20:08:15 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b798c48040 
							
						 
					 
					
						
						
							
							bump version to 1.11  
						
						
						
					 
					
						2018-09-30 20:07:45 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							92c8a6fffb 
							
						 
					 
					
						
						
							
							changelogs  
						
						
						
					 
					
						2018-09-30 20:05:26 -10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							72acb86299 
							
						 
					 
					
						
						
							
							cabal: bump tested-with declarations  
						
						
						
					 
					
						2018-08-02 08:25:49 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d461e96c34 
							
						 
					 
					
						
						
							
							doc: update manuals harder, they should say 1.10.99  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-07-04 15:09:57 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4f40467d86 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2018-07-04 13:33:27 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d62f082bce 
							
						 
					 
					
						
						
							
							bump version to 1.10.99 (dev)  
						
						
						
					 
					
						2018-07-04 13:32:42 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							91c487d4c2 
							
						 
					 
					
						
						
							
							doc: manuals: update version strings  
						
						
						
					 
					
						2018-07-04 12:52:29 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							22f2e90a4b 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2018-06-30 22:08:48 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6242b1d784 
							
						 
					 
					
						
						
							
							bump version to 1.10  
						
						
						
					 
					
						2018-06-30 22:08:02 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6b8fcd7205 
							
						 
					 
					
						
						
							
							changelogs  
						
						
						
					 
					
						2018-06-30 21:57:06 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0aef51d725 
							
						 
					 
					
						
						
							
							changelogs  
						
						
						
					 
					
						2018-04-29 12:45:07 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							41665d07b0 
							
						 
					 
					
						
						
							
							regenerate cabal files, fix tabular compilation error  
						
						
						
					 
					
						2018-04-23 18:52:28 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3a3829ac0f 
							
						 
					 
					
						
						
							
							doc: regen embedded manuals  
						
						
						
					 
					
						2018-04-20 06:48:26 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d53557b09d 
							
						 
					 
					
						
						
							
							regen cabal files with stack 1.7's hpack (0.28.2)  
						
						
						
					 
					
						2018-04-20 06:47:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							30186e35ea 
							
						 
					 
					
						
						
							
							cabal: update tested-with  
						
						
						
					 
					
						2018-04-20 05:24:09 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							f6ec26e321 
							
						 
					 
					
						
						
							
							lib, app, web, ui: rename readJournalFile[s]WithOpts to readJournalFile, same for tryReader[s]WithOpts  
						
						
						
					 
					
						2018-04-17 15:25:02 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							37607beaea 
							
						 
					 
					
						
						
							
							lib, app, web: use readJournalFileWithOpts instead of readJournalFile whenever possible  
						
						
						
					 
					
						2018-04-17 14:33:32 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							ecf49b1e4b 
							
						 
					 
					
						
						
							
							lib: auto postings generated before amount inference and balance checks ( #729 )  
						
						
						
					 
					
						2018-04-17 14:33:32 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4ea02bf1cb 
							
						 
					 
					
						
						
							
							bump version to 1.9.99  
						
						
						
					 
					
						2018-04-04 17:53:38 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							027abcabe6 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						
						
					 
					
						2018-03-31 19:15:24 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6ebb1fb061 
							
						 
					 
					
						
						
							
							update cabal files  
						
						
						
					 
					
						2018-03-31 19:15:24 +01:00